diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 08:49:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 08:49:32 (GMT) |
commit | f4b341b0e6fa19e2ae88df754081a24ef1eaf033 (patch) | |
tree | 05ee195c100994bf716cc7788a964b0dc1824566 /Lib/idlelib/NEWS.txt | |
parent | f3923e9dd7a49bc2bc8600b3e0bb147b70e2de28 (diff) | |
parent | c882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155 (diff) | |
download | cpython-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.txt | 2 |
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. |