summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-02 01:16:32 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-09-02 01:16:32 (GMT)
commit75fbf87d7367f23ecd400694d3e4ac65fda3cf1a (patch)
tree7e2d13de30b074b4a3f6d5f5de4c8bd5d4c1bc99 /Misc
parent5c38cb2316aabf42c60e75f5eb6637c6f59c45cf (diff)
parent65e33192830c5960d6a9dcb264ad459c9831176f (diff)
downloadcpython-75fbf87d7367f23ecd400694d3e4ac65fda3cf1a.zip
cpython-75fbf87d7367f23ecd400694d3e4ac65fda3cf1a.tar.gz
cpython-75fbf87d7367f23ecd400694d3e4ac65fda3cf1a.tar.bz2
Issue #12885: Merge with 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85772c6..b5cb9e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@ 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 #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.