commit | 9f44a66abc476a6aa57238c005253242b45f827e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 03 12:32:42 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 03 12:32:42 2012 +0200 |
tree | f576d85a6ab879df03f8d2ad8dff5097797f4264 | |
parent | 97aa21b46a931cea07a37d8d8d3069bfd93a558f [diff] [blame] |
PEP 3131: support non-ASCII characters in auto-completion of identifiers.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 334b0c2..de9f55d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -2,7 +2,7 @@ ========================= - Issue #14937: Perform auto-completion of filenames in strings even for - non-ASCII filenames. + non-ASCII filenames. Likewise for identifiers. What's New in IDLE 3.2.3? =========================