New submission from Roger Serwy <roger.se...@gmail.com>: 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. ---------- components: IDLE messages: 165190 nosy: serwy, storchaka, terry.reedy priority: low severity: normal status: open title: IDLE - sys.stdin is writeable type: behavior versions: Python 2.7, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15318> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com