[issue20672] test_list() of test_tarfile fails on

Serhiy Storchaka report at bugs.python.org
Tue Feb 18 13:26:15 CET 2014


Serhiy Storchaka added the comment:

This failure can be reproduced on Linux:

    LANG=en_US.ISO8859-1 ./python -Wall -m test.regrtest -vG -m test_list test_tarfile

Tarfile use filesystem encoding by default (and UTF-8 on Windows). This test expected the UTF-8 encoding. Here is a patch which fixes the test.

----------
assignee:  -> serhiy.storchaka
keywords: +patch
stage:  -> patch review
type:  -> behavior
Added file: http://bugs.python.org/file34134/test_tarfile_nonutf8.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20672>
_______________________________________


More information about the Python-bugs-list mailing list