summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-02 02:10:09 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-09-02 02:10:09 (GMT)
commit742d32ac63cda89a605472983ab95203b773f0f1 (patch)
tree6051829495e14c7ccb1e497c009a352d43894f7c /Misc
parent9650b19212c6dcd30e3e4e077403863cd931c50a (diff)
parent0c7e42e8f72c30d5db0c696a9d6c7a5381451daa (diff)
downloadcpython-742d32ac63cda89a605472983ab95203b773f0f1.zip
cpython-742d32ac63cda89a605472983ab95203b773f0f1.tar.gz
cpython-742d32ac63cda89a605472983ab95203b773f0f1.tar.bz2
Issue #12885: Merge with 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5cb9e8..be46c6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,7 +70,7 @@ Library
- 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.