]> granicus.if.org Git - python/commitdiff
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
authorKurt B. Kaiser <kbk@shore.net>
Tue, 16 Nov 2004 21:31:08 +0000 (21:31 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 16 Nov 2004 21:31:08 +0000 (21:31 +0000)
button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.

Lib/idlelib/NEWS.txt

index 931d67e06f707ed5152acec48c5940a3048b1d18..4f7cf337b46e3b3d6dec7fb3e80220f927f67df9 100644 (file)
@@ -3,6 +3,10 @@ What's New in IDLE 1.1b3/rc1?
 
 *Release date: XX-XXX-2004*
 
+- Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
+  button) caused IDLE to fail on restart (no new keyset was created in
+  config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.
+
 - A change to the linecache.py API caused IDLE to exit when an exception was
   raised while running without the subprocess (-n switch).  Python Bug 1063840.