]> granicus.if.org Git - python/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 18:05:35 +0000 (18:05 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 18:05:35 +0000 (18:05 +0000)
Include/patchlevel.h
Misc/NEWS

index e199b72a4cb8d51c81ec651671b067ce924fd5f9..b98dde87157b3093c088f12c4ca4e0593fde2765 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2a1"
+#define PY_VERSION             "3.2a1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index d04beaad54e1b4c62b04201154d53ee82ca48fa7..d7390a88a1159bba5e7b99575c8461f220cbfb20 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,18 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 3.2 Alpha 2?
+=================================
+
+*Release date: XX-Sep-2010*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2 Alpha 1?
 =================================