[Python-checkins] r70232 - in python/branches/py3k: Include/patchlevel.h Misc/NEWS

benjamin.peterson python-checkins at python.org
Sat Mar 7 19:46:21 CET 2009


Author: benjamin.peterson
Date: Sat Mar  7 19:46:21 2009
New Revision: 70232

Log:
let's get cracking on 3.1a2!

Modified:
   python/branches/py3k/Include/patchlevel.h
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Include/patchlevel.h
==============================================================================
--- python/branches/py3k/Include/patchlevel.h	(original)
+++ python/branches/py3k/Include/patchlevel.h	Sat Mar  7 19:46:21 2009
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION      	"3.1a1"
+#define PY_VERSION      	"3.1a1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Mar  7 19:46:21 2009
@@ -4,6 +4,18 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 3.1 alpha 2?
+=================================
+
+*Release date: XXX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1 alpha 1
 ================================
 


More information about the Python-checkins mailing list