[Python-checkins] cpython (3.3): post-release update.

georg.brandl python-checkins at python.org
Wed May 15 19:41:55 CEST 2013


http://hg.python.org/cpython/rev/f3097c6e7119
changeset:   83781:f3097c6e7119
branch:      3.3
parent:      83779:36be00c51a66
user:        Georg Brandl <georg at python.org>
date:        Wed May 15 19:42:39 2013 +0200
summary:
  post-release update.

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  12 ++++++------
  2 files changed, 7 insertions(+), 7 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	0
 
 /* Version as a string */
-#define PY_VERSION      	"3.3.2"
+#define PY_VERSION      	"3.3.2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,12 @@
 Python News
 +++++++++++
 
-What's New in Python 3.3.3?
-===========================
-
-*Release date: TBD*
+What's New in Python 3.3.3 release candidate 1?
+===============================================
+
+*Not yet released, see sections below for changes released in 3.3.2*
+
+.. *Release date: TBD*
 
 Core and Builtins
 -----------------
@@ -34,8 +36,6 @@
 
 *Release date: 13-May-2013*
 
-.. *Not yet released, see sections below for changes released in 3.3.1*
-
 Core and Builtins
 -----------------
 

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


More information about the Python-checkins mailing list