diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 12:24:17 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 12:24:17 (GMT) |
commit | 0b6b335253949df26c369ecce35199e9dc2b86f5 (patch) | |
tree | c07749fc9be79e30404401814fb4587b5c0ef76f /Misc/NEWS | |
parent | b712873a63fb0b0776d86dab5436ff8952eba02c (diff) | |
download | cpython-0b6b335253949df26c369ecce35199e9dc2b86f5.zip cpython-0b6b335253949df26c369ecce35199e9dc2b86f5.tar.gz cpython-0b6b335253949df26c369ecce35199e9dc2b86f5.tar.bz2 |
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ Library IDLE ---- +- Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. + - Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE no more hangs. |