commit | 156989aa7974a08364f96ad1dbe8a22bf2b41306 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 03 12:00:48 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 03 12:00:48 2012 +0200 |
tree | 1c37645714191683c613cc82c4d178d9af31efea | |
parent | fe4dfd2b65850f0cddec700e2f747fec611b4be9 [diff] [blame] | |
parent | 862d13a30f36d01404cec5c0553c66c89c8c8f2a [diff] [blame] |
Merge 3.2: issue #14937.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b28e58a..7ea53db 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,9 @@ -What's New in IDLE 3.3? +What's New in IDLE 3.3.0? ========================= +- Issue #14937: Perform auto-completion of filenames in strings even for + non-ASCII filenames. + - Issue #8515: Set __file__ when run file in IDLE. Initial patch by Bruce Frederiksen.