This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients lars.gustaebel, serhiy.storchaka, vstinner
Date 2014-02-18.12:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392726375.11.0.0512305900744.issue20672@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-18 12:26:15serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel, vstinner
2014-02-18 12:26:15serhiy.storchakasetmessageid: <1392726375.11.0.0512305900744.issue20672@psf.upfronthosting.co.za>
2014-02-18 12:26:15serhiy.storchakalinkissue20672 messages
2014-02-18 12:26:14serhiy.storchakacreate