From: Martin v. Löwis Date: Sun, 3 Jun 2012 10:00:48 +0000 (+0200) Subject: Merge 3.2: issue #14937. X-Git-Tag: v3.3.0b1~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=156989aa7974a08364f96ad1dbe8a22bf2b41306;p=python Merge 3.2: issue #14937. --- 156989aa7974a08364f96ad1dbe8a22bf2b41306 diff --cc Lib/idlelib/NEWS.txt index b28e58ad33,334b0c2d97..7ea53db247 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@@ -1,10 -1,11 +1,13 @@@ - What's New in IDLE 3.3? -What's New in IDLE 3.2.4? ++What's New in IDLE 3.3.0? ========================= + - Issue #14937: Perform auto-completion of filenames in strings even for + non-ASCII filenames. + -What's New in IDLE 3.2.3? -========================= +- Issue #8515: Set __file__ when run file in IDLE. + Initial patch by Bruce Frederiksen. + +- IDLE can be launched as `python -m idlelib` - Issue #14409: IDLE now properly executes commands in the Shell window when it cannot read the normal config files on startup and