Message188009
Roger: yes. This solves immediate problem and makes Idle more like console interpreter. Same should be done for all three.
Serhiy: the sole and documented purpose of sys.__stdxyz__ is to serve as backup bindings for the three i/o streams, so rebinding them is senseless. I would be willing to say 'you get what you deserve if you do that'. But since console tolerates double rebinding, we can make Idle do so too. Again, same should be done for all three streams.
See attached patch. It seems to work, but someone please recheck for typos. Are we sure that binding streams to handler object cannot cause problems, such as during shutdown with atexit handlers? |
|
Date |
User |
Action |
Args |
2013-04-28 17:47:32 | terry.reedy | set | recipients:
+ terry.reedy, roger.serwy, Todd.Rovito, serhiy.storchaka, Guilherme.Simões |
2013-04-28 17:47:32 | terry.reedy | set | messageid: <1367171252.46.0.709762136156.issue17838@psf.upfronthosting.co.za> |
2013-04-28 17:47:32 | terry.reedy | link | issue17838 messages |
2013-04-28 17:47:32 | terry.reedy | create | |
|