diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 12:27:16 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 12:27:16 (GMT) |
commit | a7a4b4916fa0df4edd5fdde2d235b874cf5ea181 (patch) | |
tree | 3d61630ce8ceba4cdb94297b8b5b5245ab7a27ad /Misc | |
parent | 6e39015f611bd0dbeada39c53d087f4df0d4ce73 (diff) | |
parent | 0fd557647d9957542a68972854a227d2def5f5f3 (diff) | |
download | cpython-a7a4b4916fa0df4edd5fdde2d235b874cf5ea181.zip cpython-a7a4b4916fa0df4edd5fdde2d235b874cf5ea181.tar.gz cpython-a7a4b4916fa0df4edd5fdde2d235b874cf5ea181.tar.bz2 |
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -240,6 +240,8 @@ Library IDLE ---- +- Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. + - Issue #19481: print() of string subclass instance in IDLE no longer hangs. - Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial |