]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.3.0a1 is done.
authorGeorg Brandl <georg@python.org>
Mon, 5 Mar 2012 07:54:46 +0000 (08:54 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 5 Mar 2012 07:54:46 +0000 (08:54 +0100)
Include/patchlevel.h
Misc/NEWS

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