[New-bugs-announce] [issue15318] IDLE - sys.stdin is writeable

Roger Serwy report at bugs.python.org
Tue Jul 10 16:13:24 CEST 2012


New submission from Roger Serwy <roger.serwy at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15318>
_______________________________________


More information about the New-bugs-announce mailing list