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.
This commit is contained in:
Kurt B. Kaiser 2004-11-16 21:31:08 +00:00
parent 5acdf93081
commit 03562a5e62
1 changed files with 4 additions and 0 deletions

View 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.