Thank you. So it is the point that I've disregarded before. 2010/3/29 Bo Shi <bs1...@gmail.com>
> Joson, this doesn't have anything to do with the reactor (aside from > perhaps it forcing you to ctrl-c to stop the program). You never 1. > close() the file or 2. flush() the contents of the file to disk. > > Sent from my mobile phone. > Please excuse any typos. > > On Mar 29, 2010, at 11:04, Joson Mandaro <joson.p...@gmail.com> wrote: > > > Hi all, > > > > I'm puzzled by this code: > > > > # -*- coding: utf-8 -*- > > from twisted.web.client import reactor > > > > f = open("test1.txt","w") > > f.write("html") > > reactor.run() > > > > Then it won't write anything into test1.txt. When I deleted > > "reactor.run()", it will write contents. It is interesting but I > > don't know why the reactor blocks file writing. > > > > Best regards, > > > > Joson > > _______________________________________________ > > Twisted-Python mailing list > > Twisted-Python@twistedmatrix.com > > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > _______________________________________________ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python