summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-09 09:16:41 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-09 09:16:41 (GMT)
commit05823f7d6783440920b11024bfc76f15e86093af (patch)
tree3f35e2a8f509dbfd75f5370539cdc5a940d675f2
parent023e03bbfc461fd22becdcdc05d0c8de78719ded (diff)
downloadcpython-05823f7d6783440920b11024bfc76f15e86093af.zip
cpython-05823f7d6783440920b11024bfc76f15e86093af.tar.gz
cpython-05823f7d6783440920b11024bfc76f15e86093af.tar.bz2
Post-release updates for 3.3.0rc2.
-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 033e47f..ba0b566 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.3.0rc2"
+#define PY_VERSION "3.3.0rc2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Misc/NEWS b/Misc/NEWS
index aae2f35..e6e4cbb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.3.0?
+===========================
+
+*Release date: XX-Sep-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 3.3.0 Release Candidate 2?
===============================================