[Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.13 release branch

benjamin.peterson python-checkins at python.org
Sat Dec 17 15:04:50 EST 2016


https://hg.python.org/cpython/rev/6daa88e02392
changeset:   105707:6daa88e02392
branch:      2.7
parent:      105677:eb02db65e148
parent:      105706:1ebacf31c5e8
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Dec 17 12:04:43 2016 -0800
summary:
  merge 2.7.13 release branch

files:
  .hgtags   |  1 +
  Misc/NEWS |  2 +-
  2 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -175,3 +175,4 @@
 13912cd1e7e8fc6986f42822f5439ae1f2bc0d7d v2.7.12rc1
 d33e0cf91556723fb8cebefdad1f3bce43b2244d v2.7.12
 4d6fd49eeb14bb47f700325eb90d7989fc9e4020 v2.7.13rc1
+a06454b1afa167fbcd8626e4abc144ce15461067 v2.7.13
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,7 +20,7 @@
 What's New in Python 2.7.13
 ===========================
 
-*Release date: 2016-12-XX*
+*Release date: 2016-12-17*
 
 Core and Builtins
 -----------------

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


More information about the Python-checkins mailing list