Post-2.6.1 tweak

This commit is contained in:
Barry Warsaw 2008-12-05 05:03:06 +00:00
parent 0c7dfa3e12
commit 6b257f4b3d
2 changed files with 13 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "2.6.1"
#define PY_VERSION "2.6.1+"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */

View File

@ -4,6 +4,18 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.6.2
==========================
*Release date: XX-XXX-200X*
Core and Builtins
-----------------
Library
-------
What's New in Python 2.6.1
==========================