summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-25 09:33:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-25 09:33:02 (GMT)
commit099414875bdfc7eaf5a7c84ab34cd24a489b419e (patch)
treed6a739f240598d511aecf0f77297d0cc65bb4c5b /Lib/idlelib/NEWS.txt
parentf4b341b0e6fa19e2ae88df754081a24ef1eaf033 (diff)
parent30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f (diff)
downloadcpython-099414875bdfc7eaf5a7c84ab34cd24a489b419e.zip
cpython-099414875bdfc7eaf5a7c84ab34cd24a489b419e.tar.gz
cpython-099414875bdfc7eaf5a7c84ab34cd24a489b419e.tar.bz2
merge 3.2
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 6b430b5..1d87443 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,8 @@
What's New in IDLE 3.3.0?
=========================
+- Issue #7163: Propagate return value of sys.stdout.write.
+
- Issue #15318: Prevent writing to sys.stdin.
- Issue #4832: Modify IDLE to save files with .py extension by