diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-11-16 21:31:08 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-11-16 21:31:08 (GMT) |
commit | 03562a5e629992676acacc1a241fd5738e2d9496 (patch) | |
tree | 0e5ee6c52e630404b4eb14017e7f6f8b7a336e5e /Lib/idlelib | |
parent | 5acdf9308191b6356fb3ed4ba691ba5cd391f202 (diff) | |
download | cpython-03562a5e629992676acacc1a241fd5738e2d9496.zip cpython-03562a5e629992676acacc1a241fd5738e2d9496.tar.gz cpython-03562a5e629992676acacc1a241fd5738e2d9496.tar.bz2 |
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.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 931d67e..4f7cf33 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. |