summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-25 08:49:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-25 08:49:32 (GMT)
commitf4b341b0e6fa19e2ae88df754081a24ef1eaf033 (patch)
tree05ee195c100994bf716cc7788a964b0dc1824566 /Lib/idlelib/NEWS.txt
parentf3923e9dd7a49bc2bc8600b3e0bb147b70e2de28 (diff)
parentc882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155 (diff)
downloadcpython-f4b341b0e6fa19e2ae88df754081a24ef1eaf033.zip
cpython-f4b341b0e6fa19e2ae88df754081a24ef1eaf033.tar.gz
cpython-f4b341b0e6fa19e2ae88df754081a24ef1eaf033.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 0cdf7a6..6b430b5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,8 @@
What's New in IDLE 3.3.0?
=========================
+- Issue #15318: Prevent writing to sys.stdin.
+
- Issue #4832: Modify IDLE to save files with .py extension by
default on Windows and OS X (Tk 8.5) as it already does with X11 Tk.