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 detly
Recipients Tuikku.Anttila, detly, docs@python, ezio.melotti, loewis, serhiy.storchaka
Date 2014-08-06.03:41:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407296486.94.0.818180252189.issue22046@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I've attached two files:

1. Scheme.zip, from issue 5701
2. "zftest.py", a script that you run in the same dir as "Scheme.zip" to produce this:

$ python zftest.py 
Extracting: 1!SCHEME.Z64
Traceback (most recent call last):
  File "zftest.py", line 8, in <module>
    child_data = parent.read(zinfo)
  File "/usr/lib/python2.7/zipfile.py", line 931, in read
    return self.open(name, "r", pwd).read()
  File "/usr/lib/python2.7/zipfile.py", line 1006, in open
    close_fileobj=should_close)
  File "/usr/lib/python2.7/zipfile.py", line 530, in __init__
    raise NotImplementedError("compression type %d (%s)" % (self._compress_type, descr))
NotImplementedError: compression type 6 (implode)
History
Date User Action Args
2014-08-06 03:41:26detlysetrecipients: + detly, loewis, ezio.melotti, docs@python, serhiy.storchaka, Tuikku.Anttila
2014-08-06 03:41:26detlysetmessageid: <1407296486.94.0.818180252189.issue22046@psf.upfronthosting.co.za>
2014-08-06 03:41:26detlylinkissue22046 messages
2014-08-06 03:41:26detlycreate