[Python-checkins] cpython (2.7): post rc1 updates

benjamin.peterson python-checkins at python.org
Sat Nov 21 21:39:12 EST 2015


https://hg.python.org/cpython/rev/4f61b62bc09d
changeset:   99278:4f61b62bc09d
branch:      2.7
parent:      99274:0ed9ac28deb0
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Nov 21 18:38:18 2015 -0800
summary:
  post rc1 updates

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  12 ++++++++++++
  2 files changed, 13 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- 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
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ================================================
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list