[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

Roundup Robot report at bugs.python.org
Wed Dec 25 13:25:33 CET 2013


Roundup Robot added the comment:

New changeset 526dcd51e425 by Serhiy Storchaka in branch '2.7':
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
http://hg.python.org/cpython/rev/526dcd51e425

New changeset 8f75d8ddc95b by Serhiy Storchaka in branch '3.3':
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
http://hg.python.org/cpython/rev/8f75d8ddc95b

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20058>
_______________________________________


More information about the Python-bugs-list mailing list