Re: problem with reload(sys) (doing reload on the sys module)
hi nick, have you found any solutions to this problem. maybe sys module does not need to be reloaded. may Tim peters and the rest can help us on this -- http://mail.python.org/mailman/listinfo/python-list
Re: problem with reload(sys) (doing reload on the sys module)
Looks like a bug (probably in IDLE): when I start IDLE from the command line, it pops up its interaction window and here is what it says about stdout: IDLE 1.1.2 >>> import sys >>> sys.stdout Then I try the reload and I get no output in the interaction window: >>> reload(sys) >>> sys.stdo