diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-06 18:26:27 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-06 18:26:27 +0000 |
commit | 2d798ac619788e32cf15425802db0fa8179d6865 (patch) | |
tree | f3eae73d9098879804102d5d908e8d63749a469a | |
parent | d065b0ed8707d0081711315fab11a51b18a10b46 (diff) | |
download | cpython-git-2d798ac619788e32cf15425802db0fa8179d6865.tar.gz |
post release updates
-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 9edddf696f..70fb53063d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.7a3" +#define PY_VERSION "2.7a3+" /*--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.7 alpha 4? +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 alpha 3? ================================= |