[Python-checkins] r88041 - in python/branches/py3k: Include/patchlevel.h Misc/NEWS
georg.brandl
python-checkins at python.org
Sun Jan 16 09:44:50 CET 2011
Author: georg.brandl
Date: Sun Jan 16 09:44:50 2011
New Revision: 88041
Log:
Post-release updates.
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 Sun Jan 16 09:44:50 2011
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.2rc1"
+#define PY_VERSION "3.2rc1+"
/*--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 Sun Jan 16 09:44:50 2011
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.2 Release Candidate 2?
+=============================================
+
+*Release date: XX-Jan-2011*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 3.2 Release Candidate 1
============================================
More information about the Python-checkins
mailing list