]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Sun, 16 Jan 2011 08:44:50 +0000 (08:44 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 16 Jan 2011 08:44:50 +0000 (08:44 +0000)
Include/patchlevel.h
Misc/NEWS

index db3aca0fa475aaa61ce4a2c9460f8cd6c83b634c..b19a5c9299def8ede91ed007f62d4ee71506ec97 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2rc1"
+#define PY_VERSION             "3.2rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 0eadfbd7226cb33811cdd92c30ce1de9cf15f1f2..3a3c34b1b9b42dca00de725e2d89fbbafec0b6ab 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2 Release Candidate 2?
+=============================================
+
+*Release date: XX-Jan-2011*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2 Release Candidate 1
 ============================================