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 Brett Rosen
Recipients Brett Rosen
Date 2016-01-07.13:29:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452173383.07.0.105152287179.issue26038@psf.upfronthosting.co.za>
In-reply-to
Content
In python 2.7 it was able to handle this. It looks like this was introduced in https://github.com/python/cpython/commit/ae489fa76bb02daa636afe3bebec232e5aa9fac5 .

I'm not really sure if this should be considered a regression or not since the zip files that trigger this could be considered bad, even though unzip and older versions of zipfile.py could handle them.

I've attached a copy of a local diff I applied that worked around this issue, but I don't think it is a proper fix.
History
Date User Action Args
2016-01-07 13:29:43Brett Rosensetrecipients: + Brett Rosen
2016-01-07 13:29:43Brett Rosensetmessageid: <1452173383.07.0.105152287179.issue26038@psf.upfronthosting.co.za>
2016-01-07 13:29:43Brett Rosenlinkissue26038 messages
2016-01-07 13:29:42Brett Rosencreate