Issue #12885: Merge with 3.5

This commit is contained in:
Jason R. Coombs 2016-09-01 22:10:09 -04:00
commit 742d32ac63
1 changed files with 1 additions and 1 deletions

View File

@ -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.