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 | |
parent | 39e92ead4b6d2526e1a52518e8faad424dbe95ea (diff) | |
download | cpython-5cc727ad7b416c4d5abe4a45389d92f265bf989f.zip cpython-5cc727ad7b416c4d5abe4a45389d92f265bf989f.tar.gz cpython-5cc727ad7b416c4d5abe4a45389d92f265bf989f.tar.bz2 |
2.4rc1
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | Misc/RPM/python-2.4.spec | 2 |
4 files changed, 4 insertions, 4 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" @@ -7,7 +7,7 @@ Python News What's New in Python 2.4 (release candidate 1|beta 3) ===================================================== -*Release date: XX-XXX-2004* +*Release date: 18-NOV-2004* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index 9bfdf40..dce3842 100644 --- a/Misc/RPM/python-2.4.spec +++ b/Misc/RPM/python-2.4.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.4b2 +%define version 2.4c1 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr |