[Python-checkins] cpython (merge 3.5 -> default): Issue #12885: Merge with 3.5

jason.coombs python-checkins at python.org
Thu Sep 1 22:10:53 EDT 2016


https://hg.python.org/cpython/rev/bfff89ed356b
changeset:   103004:bfff89ed356b
parent:      103001:abc4de9b09b8
parent:      103003:74ccec0bd442
user:        Jason R. Coombs <jaraco at jaraco.com>
date:        Thu Sep 01 22:10:09 2016 -0400
summary:
  Issue #12885: Merge with 3.5

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,7 +70,7 @@
 - Issue #27842: The csv.DictReader now returns rows of type OrderedDict.
   (Contributed by Steve Holden.)
 
-- Issue #12285: Fix error when distutils encounters symlink.
+- Issue #12885: Fix error when distutils encounters symlink.
 
 - Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
   Based on patch by Xiang Zhang.

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


More information about the Python-checkins mailing list