summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-25 09:32:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-25 09:32:26 (GMT)
commit30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f (patch)
tree2dbc99ce7436b2336806842c1baff29750cbd0ee /Lib/idlelib/NEWS.txt
parentc882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155 (diff)
downloadcpython-30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f.zip
cpython-30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f.tar.gz
cpython-30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f.tar.bz2
Issue #7163: Propagate return value of sys.stdout.write.
Patch by Roger Serwy.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index ed9e105..3a641a0 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,8 @@
What's New in IDLE 3.2.4?
=========================
+- Issue #7163: Propagate return value of sys.stdout.write.
+
- Issue #15318: Prevent writing to sys.stdin.
- Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.