summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-07-10 01:16:11 (GMT)
committerNed Deily <nad@acm.org>2012-07-10 01:16:11 (GMT)
commitc65ef9bf556bc5be2517e2275c98504fcc4678ea (patch)
tree2a02c3b1c8cd68fbcdc08264981ea0b959014429 /Lib/idlelib/NEWS.txt
parent78da3bc0af5cc7a89aaa8d30da0a2b3cb4c62887 (diff)
downloadcpython-c65ef9bf556bc5be2517e2275c98504fcc4678ea.zip
cpython-c65ef9bf556bc5be2517e2275c98504fcc4678ea.tar.gz
cpython-c65ef9bf556bc5be2517e2275c98504fcc4678ea.tar.bz2
Issue #4832: Modify IDLE to save files with .py extension by
default on Windows and OS X as it already does with X11 Tk.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index e2f31c3..0cdf7a6 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,9 @@
What's New in IDLE 3.3.0?
=========================
+- 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.
+
- Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
- Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.