summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-11 06:29:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-11 06:29:03 (GMT)
commit8a75bed3177a68dbd49ef5e9559ed3bf6ea4438d (patch)
tree182a9c9e200e7b8a701ebb1d599e45c8b2123720 /Lib/idlelib/NEWS.txt
parent59b9a7bc61f856e69f17661e009195beaa210c26 (diff)
downloadcpython-8a75bed3177a68dbd49ef5e9559ed3bf6ea4438d.zip
cpython-8a75bed3177a68dbd49ef5e9559ed3bf6ea4438d.tar.gz
cpython-8a75bed3177a68dbd49ef5e9559ed3bf6ea4438d.tar.bz2
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index d99e231..b23b2a7 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
What's New in IDLE 3.2.4?
=========================
-- Issue #13532: Check that arguments to sys.stdout.write are strings.
+- Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
- Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
Erroneous tool tips have been corrected. Default added for callables.