diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-12-26 15:15:15 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-12-26 15:15:15 (GMT) |
commit | 042370e7503504b23ed13c56c8599a620569eab6 (patch) | |
tree | 75661bfd8d6472f277e8184c3ec4d29ad82d498d /Misc | |
parent | 2c9eee1af9bee0fbb53e734147d32f200149b4cc (diff) | |
download | cpython-042370e7503504b23ed13c56c8599a620569eab6.zip cpython-042370e7503504b23ed13c56c8599a620569eab6.tar.gz cpython-042370e7503504b23ed13c56c8599a620569eab6.tar.bz2 |
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch.
Issue #11638: Added tests to capture failures in make_tarball with various unicode strings.
Following fix for Issue #13639, these tests now pass.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ What's New in Python 2.7.3? Core and Builtins ----------------- +- Issue #11638: Unicode strings in 'name' and 'version' no longer cause + UnicodeDecodeErrors. + - Fix the fix for issue #12149: it was incorrect, although it had the side effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing. |