]> granicus.if.org Git - python/commitdiff
3.2.3rc1 done
authorGeorg Brandl <georg@python.org>
Sat, 25 Feb 2012 17:30:26 +0000 (18:30 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 25 Feb 2012 17:30:26 +0000 (18:30 +0100)
Include/patchlevel.h
Misc/NEWS

index 334478d71ead7c127e9ffb78ccc9ded177b85809..14ab4dfbc63c14c454a40368fb94f21887b16b0c 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2.3rc1"
+#define PY_VERSION             "3.2.3rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 329770f40cd4126384545705afb1972cdc9e32d7..3e63d862fed76821b2d66ff465d68b58e5042cb1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,25 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2.3?
+===========================
+
+*Release date: XX-XXX-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
+  on Windows.
+
+
 What's New in Python 3.2.3 release candidate 1?
 ===============================================
 
-*Release date: 24-Feb-2011*
+*Release date: 24-Feb-2012*
 
 Core and Builtins
 -----------------
@@ -124,9 +139,6 @@ Core and Builtins
 Library
 -------
 
-- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
-  on Windows.
-
 - Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
   on 32-bit architectures. Initial patch by Philippe Devalkeneer.