summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-25 12:24:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-25 12:24:17 (GMT)
commit0b6b335253949df26c369ecce35199e9dc2b86f5 (patch)
treec07749fc9be79e30404401814fb4587b5c0ef76f /Misc/NEWS
parentb712873a63fb0b0776d86dab5436ff8952eba02c (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a78002..3e861f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.