diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-11-22 02:38:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-11-22 02:38:18 (GMT) |
commit | 85592c9c80d169e336cfeae6de0c3361f7437166 (patch) | |
tree | f4a72ea9a01280a7fb7224e2e0849747211a0e71 | |
parent | 6a93913d7abb02e86440a7da25ac5217c6b68c0d (diff) | |
download | cpython-85592c9c80d169e336cfeae6de0c3361f7437166.zip cpython-85592c9c80d169e336cfeae6de0c3361f7437166.tar.gz cpython-85592c9c80d169e336cfeae6de0c3361f7437166.tar.bz2 |
post rc1 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 f8f2c14..ce75119 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.11rc1" +#define PY_VERSION "2.7.11rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 2.7.11? +============================ + +*Release date: 2015-12-05* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.11 release candidate 1? ================================================ |