]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix version number (2.3.4c1) and release date (12-May-2004).
authorThomas Heller <theller@ctypes.org>
Wed, 12 May 2004 19:50:27 +0000 (19:50 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 12 May 2004 19:50:27 +0000 (19:50 +0000)
Lib/idlelib/NEWS.txt
Misc/NEWS
Misc/RPM/python-2.3.spec
README

index da9c3beceff486cd7274f787fa896e2b1ad995a5..df4d4cbc36db63598307d0c399bb264b9260793d 100644 (file)
@@ -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.
index d682acc5d45349fabfa6d904d525560d88729c48..e8d6c829f1e30ab85f8daab183dbb039216360c1 100644 (file)
--- 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
 -----------------
index e2f7a698c5fc11194eb98eaeb030bd69e849d570..666c05f50842ff73f955916251e4a943ea451e96 100644 (file)
@@ -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 720122ee20c817ebf84d3ce437c99272c94ebcd4..701714427e0c10e4582910bc8860f5395013beff 100644 (file)
--- 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.