Message165190
This is a follow-up to issue13532 which fixed problems with IDLE's sys.stdout and sys.stderr implementation.
Presently, sys.stdin has a write method, but does not raise "io.UnsupportedOperation: not writable" when passed a string. Instead, it writes to the IDLE shell. |
|
| Date |
User |
Action |
Args |
| 2012-07-10 14:13:24 | roger.serwy | set | recipients:
+ roger.serwy, terry.reedy, serhiy.storchaka |
| 2012-07-10 14:13:24 | roger.serwy | set | messageid: <[email protected]> |
| 2012-07-10 14:13:23 | roger.serwy | link | issue15318 messages |
| 2012-07-10 14:13:23 | roger.serwy | create | |
|