diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-15 08:07:21 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-15 08:07:21 (GMT) |
commit | 6a587c160b6448847f8fe7c2c28a7403465c06ce (patch) | |
tree | 64645f8a836a6404b103323c5fa163ca41e03e42 | |
parent | 204bd6d9d2c7aa6c49ed9f6edd1ed12489ba972b (diff) | |
download | cpython-6a587c160b6448847f8fe7c2c28a7403465c06ce.zip cpython-6a587c160b6448847f8fe7c2c28a7403465c06ce.tar.gz cpython-6a587c160b6448847f8fe7c2c28a7403465c06ce.tar.bz2 |
release shenanigans
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 | ||||
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | Misc/RPM/python-2.4.spec | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 09b6747..fc013cc 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,9 @@ +What's New in IDLE 1.1b1? +========================= + +*Release date: 15-OCT-2004* + + What's New in IDLE 1.1a3? ========================= @@ -7,7 +7,7 @@ Python News What's New in Python 2.4 beta 1? ================================ -*Release date: XXXX-XX-XX* +*Release date: 15-OCT-2004* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index 7d8903a..1e4e851 100644 --- a/Misc/RPM/python-2.4.spec +++ b/Misc/RPM/python-2.4.spec @@ -30,7 +30,7 @@ ################################# %define name python -%define version 2.4a3 +%define version 2.4b1 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr |