]> granicus.if.org Git - python/commit
Issue #19920: TarFile.list() no longer fails when outputs a listing
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Feb 2014 18:54:43 +0000 (20:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Feb 2014 18:54:43 +0000 (20:54 +0200)
commit255493c81321f56afd32fb2e18d5eb3a13bed42f
treea928f22b921ffcf250451e3b271407ff1cca6adb
parent4d5d69d452d37bfc29d8f182cb4b99a344f0dadb
parent3b4f1594ffb360e9a93841a4c8dfe00d6f519bf6
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