merge 3.2

This commit is contained in:
Martin v. Löwis 2012-07-25 10:49:32 +02:00
commit f4b341b0e6
3 changed files with 38 additions and 5 deletions

View file

@ -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.