summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-05 07:54:46 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-05 07:54:46 (GMT)
commitab8f392ff0892e00f37773c74986501a5280da17 (patch)
tree9b6ef2e03fb0cf1e2e13ce932fe4d0b773a220fb
parent67245a6ed4a5e36584e5b6d9f0dd5ee4e42d65b1 (diff)
downloadcpython-ab8f392ff0892e00f37773c74986501a5280da17.zip
cpython-ab8f392ff0892e00f37773c74986501a5280da17.tar.gz
cpython-ab8f392ff0892e00f37773c74986501a5280da17.tar.bz2
3.3.0a1 is done.
-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 4fb2b91..e247875 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 532d2a8..1ba98b5 100644
--- 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?
===================================