changeset: 103004:bfff89ed356b parent: 103001:abc4de9b09b8 parent: 103003:74ccec0bd442 user: Jason R. Coombs date: Thu Sep 01 22:10:09 2016 -0400 files: Misc/NEWS description: Issue #12885: Merge with 3.5 diff -r abc4de9b09b8 -r bfff89ed356b Misc/NEWS --- a/Misc/NEWS Thu Sep 01 22:00:03 2016 -0400 +++ b/Misc/NEWS Thu Sep 01 22:10:09 2016 -0400 @@ -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.