]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19920: TarFile.list() no longer fails when outputs a listing
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Feb 2014 18:53:36 +0000 (20:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Feb 2014 18:53:36 +0000 (20:53 +0200)
commit3b4f1594ffb360e9a93841a4c8dfe00d6f519bf6
tree439b437cda7cc2f69f9e4f069e56dab4ca9b1f7b
parent1812bd44d5cada6e8058c56fb13bba7be919c40d
Issue #19920: TarFile.list() no longer fails when outputs a listing
containing non-encodable characters.  Added tests for TarFile.list().
Based on patch by Vajrasky Kok.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS