diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-18 12:32:27 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-18 12:32:27 (GMT) |
commit | 5cc727ad7b416c4d5abe4a45389d92f265bf989f (patch) | |
tree | 6e2a069ccbf7505a7e778c9c4305d9d590caaa9b /Lib | |
parent | 39e92ead4b6d2526e1a52518e8faad424dbe95ea (diff) | |
download | cpython-5cc727ad7b416c4d5abe4a45389d92f265bf989f.zip cpython-5cc727ad7b416c4d5abe4a45389d92f265bf989f.tar.gz cpython-5cc727ad7b416c4d5abe4a45389d92f265bf989f.tar.bz2 |
2.4rc1
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4f7cf33..3ca573d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.1b3/rc1? ============================= -*Release date: XX-XXX-2004* +*Release date: 18-NOV-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 diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index d1092fa..d4d8295 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1b2" +IDLE_VERSION = "1.1c1" |