changeset: 103003:74ccec0bd442 branch: 3.5 parent: 103000:0561fcc33211 parent: 103002:590d0de4ff48 user: Jason R. Coombs date: Thu Sep 01 22:09:06 2016 -0400 files: Misc/NEWS description: Issue #12885: Merge 3.4 diff -r 0561fcc33211 -r 74ccec0bd442 Misc/NEWS --- a/Misc/NEWS Thu Sep 01 21:59:46 2016 -0400 +++ b/Misc/NEWS Thu Sep 01 22:09:06 2016 -0400 @@ -50,7 +50,7 @@ Library ------- -- 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.