commit | 862d13a30f36d01404cec5c0553c66c89c8c8f2a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 03 11:55:32 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 03 11:55:32 2012 +0200 |
tree | 24a17d88fcd2085e95a2a973d4f4927bb0bbb02b | |
parent | e606e238ab1476251ef377710442315017e4eb86 [diff] [blame] |
Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index a6b06b4..334b0c2 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,9 @@ +What's New in IDLE 3.2.4? +========================= + +- Issue #14937: Perform auto-completion of filenames in strings even for + non-ASCII filenames. + What's New in IDLE 3.2.3? =========================