diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2008-04-27 21:38:05 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2008-04-27 21:38:05 (GMT) |
commit | 9c5c0af804fa8dd6578569616d31847b878a2a66 (patch) | |
tree | e996a5a04447c03a52a9912a304e6f71f7870155 /Lib/idlelib/NEWS.txt | |
parent | 93cdae5f814292da17c38374d0cfa314b96fd3be (diff) | |
download | cpython-9c5c0af804fa8dd6578569616d31847b878a2a66.zip cpython-9c5c0af804fa8dd6578569616d31847b878a2a66.tar.gz cpython-9c5c0af804fa8dd6578569616d31847b878a2a66.tar.bz2 |
Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c809cc3..c574d00 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -9,6 +9,8 @@ What's New in IDLE 2.6a3? - Home / Control-A toggles between left margin and end of leading white space. Patch 1196903 Jeff Shute. +- Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. + What's New in IDLE 2.6a1? ========================= |