This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Steven.Barker, kbk, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-12-25.12:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dqD645mzhz7LjP@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2013-12-25 12:25:33python-devsetrecipients: + python-dev, terry.reedy, kbk, roger.serwy, serhiy.storchaka, Steven.Barker
2013-12-25 12:25:33python-devlinkissue20058 messages
2013-12-25 12:25:33python-devcreate