]> granicus.if.org Git - python/commitdiff
Post-release update.
authorGeorg Brandl <georg@python.org>
Sun, 5 Sep 2010 21:29:17 +0000 (21:29 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 5 Sep 2010 21:29:17 +0000 (21:29 +0000)
Include/patchlevel.h
Misc/NEWS

index a9af36e3a4bd45b33feeb20ad05bdefa2bd30520..e8688c2aab4c78dc515beeff21be4166689b9924 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.2a2"
+#define PY_VERSION             "3.2a2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 53271b1a643f55bbc6b994b5516738c8f6397915..b042208160532be04397533f0759c5ec0cecc7d5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2 Alpha 3?
+=================================
+
+*Release date: XX-Oct-2010*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2 Alpha 2?
 =================================