[Python-checkins] cpython (3.2): Set up branch to be rc2 next.

georg.brandl python-checkins at python.org
Sat May 21 17:36:31 CEST 2011


http://hg.python.org/cpython/rev/926078d4e1de
changeset:   70253:926078d4e1de
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Sat May 21 17:36:20 2011 +0200
summary:
  Set up branch to be rc2 next.

files:
  Include/patchlevel.h |  2 +-
  Misc/NEWS            |  4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION      	"3.2.1rc1"
+#define PY_VERSION      	"3.2.1rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,8 +2,8 @@
 Python News
 +++++++++++
 
-What's New in Python 3.2.1?
-===========================
+What's New in Python 3.2.1 release candidate 2?
+===============================================
 
 *Release date: XX-XXX-2011*
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list