On Sat, 14 Jul 2007, elis aeris wrote: > why deos the interpreter restarts with this? > > f = open("data.ini","w") > > f.write("yeahppe") > > f.close() Not sure. It certainly doesn't, for me. >>> f = open("data.ini","w") >>> f.write("yeahppe") >>> f.close() >>> U:\>cat data.ini yeahppe