diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-02 01:16:32 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-02 01:16:32 (GMT) |
commit | 75fbf87d7367f23ecd400694d3e4ac65fda3cf1a (patch) | |
tree | 7e2d13de30b074b4a3f6d5f5de4c8bd5d4c1bc99 /Misc | |
parent | 5c38cb2316aabf42c60e75f5eb6637c6f59c45cf (diff) | |
parent | 65e33192830c5960d6a9dcb264ad459c9831176f (diff) | |
download | cpython-75fbf87d7367f23ecd400694d3e4ac65fda3cf1a.zip cpython-75fbf87d7367f23ecd400694d3e4ac65fda3cf1a.tar.gz cpython-75fbf87d7367f23ecd400694d3e4ac65fda3cf1a.tar.bz2 |
Issue #12885: Merge with 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |