Charles-François Natali added the comment:

The test is still failling:

http://buildbot.python.org/all/builders/AMD64 OpenIndiana 
2.7/builds/1670/steps/test/logs/stdio

"""
======================================================================
ERROR: test_extract_unicode_filenames (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/test/test_zipfile.py",
 line 436, in test_extract_unicode_filenames
    writtenfile = zipfp.extract(fname)
  File 
"/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/zipfile.py", line 
1024, in extract
    return self._extract_member(member, path, pwd)
  File 
"/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/zipfile.py", line 
1079, in _extract_member
    file(targetpath, "wb") as target:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 85-86: 
ordinal not in range(128)

"""

----------
nosy: +neologix

_______________________________________
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