diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-03 10:32:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-03 10:32:42 (GMT) |
commit | 9f44a66abc476a6aa57238c005253242b45f827e (patch) | |
tree | f576d85a6ab879df03f8d2ad8dff5097797f4264 /Lib/idlelib/NEWS.txt | |
parent | 97aa21b46a931cea07a37d8d8d3069bfd93a558f (diff) | |
download | cpython-9f44a66abc476a6aa57238c005253242b45f827e.zip cpython-9f44a66abc476a6aa57238c005253242b45f827e.tar.gz cpython-9f44a66abc476a6aa57238c005253242b45f827e.tar.bz2 |
PEP 3131: support non-ASCII characters in auto-completion of identifiers.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ What's New in IDLE 3.2.4? ========================= - 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? ========================= |