]> granicus.if.org Git - python/commit
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Dec 2013 12:24:17 +0000 (14:24 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Dec 2013 12:24:17 +0000 (14:24 +0200)
commit0b6b335253949df26c369ecce35199e9dc2b86f5
treec07749fc9be79e30404401814fb4587b5c0ef76f
parentb712873a63fb0b0776d86dab5436ff8952eba02c
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Lib/idlelib/PyShell.py
Misc/NEWS