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
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python