summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-14 06:35:00 +0000
committerGeorg Brandl <georg@python.org>2011-02-14 06:35:00 +0000
commitd585218a75159cbdf335ecfdaf92ed9715a045e7 (patch)
treecd5182a1570c007752a0788c65d33f3aed2af59f
parent40bcffa98507a650d0c4f9a61f29c1142d0073d4 (diff)
downloadcpython-git-d585218a75159cbdf335ecfdaf92ed9715a045e7.tar.gz
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 b2e560532c..14204001fc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.2rc3"
+#define PY_VERSION "3.2rc3+"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
diff --git a/Misc/NEWS b/Misc/NEWS
index eb41b92e77..f5aec4506f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.2?
+=========================
+
+*Release date: 20-Feb-2011*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 3.2 Release Candidate 3?
=============================================