]> granicus.if.org Git - python/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Mon, 24 Sep 2012 05:42:20 +0000 (07:42 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 24 Sep 2012 05:42:20 +0000 (07:42 +0200)
Include/patchlevel.h
Misc/NEWS

index 78b18fd00af89641ee475a122a03c5736126181d..d977d3f597cab416e508fac754d7481fed1fe1e1 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0rc3"
+#define PY_VERSION             "3.3.0rc3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index c0bfccee516d2abca435b2d7f0b8880913ab1073..bdab245155194bbfb8116c36e996700ae28ae519 100644 (file)
--- 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 3?
 ===============================================