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 vstinner
Recipients Arfrever, Vhati, amaury.forgeotdarc, benjamin.peterson, catalin.iacob, christian.heimes, ezio.melotti, georg.brandl, gregory.p.smith, koobs, larry, loewis, ned.deily, pitrou, python-dev, r.david.murray, schmir, serhiy.storchaka, terry.reedy, twb, vstinner
Date 2013-04-20.22:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366497478.38.0.793196611027.issue17656@psf.upfronthosting.co.za>
In-reply-to
Content
I guess that  test_extract_unicode_filenames_skip.patch will not fix the failing test. The test fails because u"\xf6.txt" cannot be encoded to sys.getfilesystemencoding() (which is ASCII on the FreeBSD buildbot). You should test u"\xf6.txt". You should move the try/except inside the function.
History
Date User Action Args
2013-04-20 22:37:58vstinnersetrecipients: + vstinner, loewis, georg.brandl, terry.reedy, gregory.p.smith, amaury.forgeotdarc, pitrou, larry, christian.heimes, schmir, benjamin.peterson, ned.deily, ezio.melotti, Arfrever, r.david.murray, twb, catalin.iacob, python-dev, serhiy.storchaka, koobs, Vhati
2013-04-20 22:37:58vstinnersetmessageid: <1366497478.38.0.793196611027.issue17656@psf.upfronthosting.co.za>
2013-04-20 22:37:58vstinnerlinkissue17656 messages
2013-04-20 22:37:58vstinnercreate