diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-03 10:00:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-03 10:00:48 (GMT) |
commit | 156989aa7974a08364f96ad1dbe8a22bf2b41306 (patch) | |
tree | 1c37645714191683c613cc82c4d178d9af31efea /Lib/idlelib/NEWS.txt | |
parent | fe4dfd2b65850f0cddec700e2f747fec611b4be9 (diff) | |
parent | 862d13a30f36d01404cec5c0553c66c89c8c8f2a (diff) | |
download | cpython-156989aa7974a08364f96ad1dbe8a22bf2b41306.zip cpython-156989aa7974a08364f96ad1dbe8a22bf2b41306.tar.gz cpython-156989aa7974a08364f96ad1dbe8a22bf2b41306.tar.bz2 |
Merge 3.2: issue #14937.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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. |