From: Thomas Heller Date: Wed, 12 May 2004 19:50:27 +0000 (+0000) Subject: Fix version number (2.3.4c1) and release date (12-May-2004). X-Git-Tag: v2.3.4c1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4993bca3e61b4325368fe0f9326d0376eae6dc75;p=thirdparty%2FPython%2Fcpython.git Fix version number (2.3.4c1) and release date (12-May-2004). --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index da9c3beceff4..df4d4cbc36db 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.0.3? =================================== -*Release date: XX-XXX-2004* +*Release date: 13-May-2004* - Keybindings with the Shift modifier now work correctly. So do bindings which use the Space key. Limit unmodified user keybindings to the function keys. diff --git a/Misc/NEWS b/Misc/NEWS index d682acc5d453..e8d6c829f1e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,10 +4,10 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 2.3.4 (final)? +What's New in Python 2.3.4rc1? =================================== -*Release date: DD-MMM-2004* +*Release date: 13-May-2004* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index e2f7a698c5fc..666c05f50842 100644 --- a/Misc/RPM/python-2.3.spec +++ b/Misc/RPM/python-2.3.spec @@ -30,7 +30,7 @@ ################################# %define name python -%define version 2.3.3 +%define version 2.3.4c1 %define libvers 2.3 %define release 3pydotorg %define __prefix /usr diff --git a/README b/README index 720122ee20c8..701714427e0c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 2.3.4 -============================ +This is Python version 2.3.4c1 +============================== Copyright (c) 2001, 2002, 2003, 2004 Python Software Foundation. All rights reserved.