]> granicus.if.org Git - python/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Mon, 31 Jan 2011 10:39:57 +0000 (10:39 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 31 Jan 2011 10:39:57 +0000 (10:39 +0000)
Include/patchlevel.h
Misc/NEWS

index f77b287fb80c269c44b7cb325cb98ad291efebb4..fb26b6217783c3ba3414b9dce86c568b0b695252 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.2rc2"
+#define PY_VERSION             "3.2rc2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index f95ba96887962d534cc4fbbf08d036f654d0c209..6b6fae900dd777821216e762b28e56917f760e49 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2?
+=========================
+
+*Release date: XX-Feb-2011*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2 Release Candidate 2?
 =============================================