diff options
author | Barry Warsaw <barry@python.org> | 2010-08-17 19:57:29 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-08-17 19:57:29 (GMT) |
commit | 8275da3f6a5ce9f3be87b2c8330311505a3891f6 (patch) | |
tree | cef811826479391cbe71c16cb2adab6441a27967 | |
parent | 8b5724fdcb4b4d1057deba4350bee40966d876dd (diff) | |
download | cpython-8275da3f6a5ce9f3be87b2c8330311505a3891f6.zip cpython-8275da3f6a5ce9f3be87b2c8330311505a3891f6.tar.gz cpython-8275da3f6a5ce9f3be87b2c8330311505a3891f6.tar.bz2 |
Post release twiddling.
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | Misc/NEWS | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index c3a5461..23af4f1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.6.6rc2" +#define PY_VERSION "2.6.6rc2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ @@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.6.6? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.6.6 rc 2? ================================ |