]> granicus.if.org Git - python/commit
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command...
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 26 Dec 2011 15:15:15 +0000 (10:15 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Mon, 26 Dec 2011 15:15:15 +0000 (10:15 -0500)
commit042370e7503504b23ed13c56c8599a620569eab6
tree75661bfd8d6472f277e8184c3ec4d29ad82d498d
parent2c9eee1af9bee0fbb53e734147d32f200149b4cc
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.
Lib/distutils/tests/test_archive_util.py
Lib/distutils/tests/test_sdist.py
Misc/NEWS