STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17656>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to