]> granicus.if.org Git - python/commitdiff
bump to 2.7.3rc1 v2.7.3rc1
authorBenjamin Peterson <benjamin@python.org>
Thu, 23 Feb 2012 15:52:17 +0000 (10:52 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 23 Feb 2012 15:52:17 +0000 (10:52 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index d6974604a2ce55a3a467e30b4b0cd91d2b577064..33f922c3385c218ea972382b4f7ac93d95e998b6 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.2+"
+#define PY_VERSION             "2.7.3rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index a849f1a9cde1b8e65a58c3b34a6212e9408a8464..83126f679fd48ce949deb7a23769fbfaf67eb5a5 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.2"
+__version__ = "2.7.3rc1"
 #--end constants--
index 3f8bcffe992a8bae8851ec7862b30614121d7272..ea2844db78b8e8f7daa0722ec0b892cc72ff9ba3 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.2"
+IDLE_VERSION = "2.7.3rc1"
index f0b004486abc4bf9235186cda11d4f6f89aeb03d..1e35133b52a3b66f1881926951ee33e5fa1c1f37 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,10 +1,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.3?
-===========================
+What's New in Python 2.7.3 release candidate 1?
+===============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2012-02-23*
 
 Core and Builtins
 -----------------
index d095465bbbfe5232e7aff30e9fc366b40e9308d6..33acc5720756240bd7b096fc0790580ca98c8219 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.2
+%define version 2.7.3rc1
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index e7f330f2b32de9005e81ac2729c55962f6f7173d..0ae8f101019aa8bde035bcc06cb38721e27463b6 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.2
+This is Python version 2.7.3
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,