]> granicus.if.org Git - python/commitdiff
Post-release update.
authorGeorg Brandl <georg@python.org>
Mon, 2 Apr 2012 05:51:45 +0000 (07:51 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 2 Apr 2012 05:51:45 +0000 (07:51 +0200)
Include/patchlevel.h
Misc/NEWS

index 8a8f351ca4c11b9cab8afd23fcdc78f545e4a97a..f81c3391a0383c837aceecd4271bc7e65bf0b2f8 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0a2"
+#define PY_VERSION             "3.3.0a2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 3a4dfe089de3742a22b5c862a8bf8852dea340df..f3d874e0d497b03cba7996919daf8be10d73e108 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.3.0 Alpha 3?
+===================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.3.0 Alpha 2?
 ===================================