diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-10-04 03:11:12 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-10-04 03:11:12 (GMT) |
commit | e3fde8f8cd8baf8f82469f2f2f1f2c2e19bfb2c7 (patch) | |
tree | 8aebe429be3a7fb8a733d40379f6cd0fbac66077 /Lib/idlelib/NEWS.txt | |
parent | d5f4910afdd95d86f51ed53a932a4c2fd181bd43 (diff) | |
download | cpython-e3fde8f8cd8baf8f82469f2f2f1f2c2e19bfb2c7.zip cpython-e3fde8f8cd8baf8f82469f2f2f1f2c2e19bfb2c7.tar.gz cpython-e3fde8f8cd8baf8f82469f2f2f1f2c2e19bfb2c7.tar.bz2 |
configDialog cleanup. Patch 1730217 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 e37f94f..70799fb 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ What's New in IDLE 2.6a1? *Release date: XX-XXX-200X* +- configDialog cleanup. Patch 1730217 Tal Einat. + - textView cleanup. Patch 1718043 Tal Einat. - Clean up EditorWindow close. |