e to disk.
>
> Sent from my mobile phone.
> Please excuse any typos.
>
> On Mar 29, 2010, at 11:04, Joson Mandaro wrote:
>
> > Hi all,
> >
> > I'm puzzled by this code:
> >
> > # -*- coding: utf-8 -*-
> > from twisted.web.client import
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 th