]> granicus.if.org Git - python/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Sat, 25 Aug 2012 19:33:08 +0000 (21:33 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 25 Aug 2012 19:33:08 +0000 (21:33 +0200)
Include/patchlevel.h
Misc/NEWS

index 595c3c93b516245a37521696d9be1cdbc4279d98..601b47285132eb4e3069d5e1ddb9d49ebf4307c7 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0rc1"
+#define PY_VERSION             "3.3.0rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 144f94e42204dc668d338698b40342a70cf71669..17bc33038442af44f247a691b6d6f83ef6de0524 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.3.0 Release Candidate 2?
+===============================================
+
+*Release date: XX-Sep-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.3.0 Release Candidate 1?
 ===============================================