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 neologix
Recipients Arfrever, Vhati, amaury.forgeotdarc, benjamin.peterson, catalin.iacob, christian.heimes, ezio.melotti, georg.brandl, gregory.p.smith, koobs, larry, loewis, ned.deily, neologix, pitrou, python-dev, r.david.murray, schmir, serhiy.storchaka, terry.reedy, twb, vstinner
Date 2013-05-06.20:19:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367871580.61.0.0757774735262.issue17656@psf.upfronthosting.co.za>
In-reply-to
Content
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)

"""
History
Date User Action Args
2013-05-06 20:19:40neologixsetrecipients: + neologix, loewis, georg.brandl, terry.reedy, gregory.p.smith, amaury.forgeotdarc, pitrou, vstinner, larry, christian.heimes, schmir, benjamin.peterson, ned.deily, ezio.melotti, Arfrever, r.david.murray, twb, catalin.iacob, python-dev, serhiy.storchaka, koobs, Vhati
2013-05-06 20:19:40neologixsetmessageid: <1367871580.61.0.0757774735262.issue17656@psf.upfronthosting.co.za>
2013-05-06 20:19:40neologixlinkissue17656 messages
2013-05-06 20:19:40neologixcreate