summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-25 19:33:08 (GMT)
committerGeorg Brandl <georg@python.org>2012-08-25 19:33:08 (GMT)
commit3694401ad278040c6517095ecb2d50ee43b0d7fb (patch)
tree7ab969c2b7ff9a8f2e880e2a887a8e108499b7b8
parent44ac85057e290df3b65925e636f180c3731d25e1 (diff)
downloadcpython-3694401ad278040c6517095ecb2d50ee43b0d7fb.zip
cpython-3694401ad278040c6517095ecb2d50ee43b0d7fb.tar.gz
cpython-3694401ad278040c6517095ecb2d50ee43b0d7fb.tar.bz2
Post-release updates.
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 595c3c9..601b472 100644
--- 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.3.0rc1"
+#define PY_VERSION "3.3.0rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 144f94e..17bc330 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.3.0 Release Candidate 2?
+===============================================
+
+*Release date: XX-Sep-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 3.3.0 Release Candidate 1?
===============================================