]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release updates for 3.2.3rc2.
authorGeorg Brandl <georg@python.org>
Sun, 18 Mar 2012 07:36:53 +0000 (08:36 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 18 Mar 2012 07:36:53 +0000 (08:36 +0100)
Include/patchlevel.h
Misc/NEWS

index d3f321739bd5acb3c5c7186169cd08d9530290c3..4a9d9ceee02b252841e515cf583bb32881070bdb 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.2.3rc2"
+#define PY_VERSION             "3.2.3rc2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 30b14faa3393757d4a56ea05d8945ae516f7891f..82572866b0d78c0634c4a9e049a922d2c745baa1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2.3?
+===========================
+
+*Release date: XX-Mar-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2.3 release candidate 2?
 ===============================================