summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2007-10-04 03:11:12 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2007-10-04 03:11:12 (GMT)
commite3fde8f8cd8baf8f82469f2f2f1f2c2e19bfb2c7 (patch)
tree8aebe429be3a7fb8a733d40379f6cd0fbac66077 /Lib/idlelib/NEWS.txt
parentd5f4910afdd95d86f51ed53a932a4c2fd181bd43 (diff)
downloadcpython-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.txt2
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.