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 r.david.murray
Recipients docs@python, eric.araujo, peter@psantoro.net, pitrou, r.david.murray
Date 2014-03-20.12:45:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395319525.81.0.770948773206.issue20907@psf.upfronthosting.co.za>
In-reply-to
Content
Note that unix unzip does exactly the same thing as zipfile extractall (except that it does issue warnings), and I believe this is considered "best practice" these days for extraction tools: strip out absolute/relative path components and extract to the destination directory.
History
Date User Action Args
2014-03-20 12:45:25r.david.murraysetrecipients: + r.david.murray, pitrou, eric.araujo, docs@python, peter@psantoro.net
2014-03-20 12:45:25r.david.murraysetmessageid: <1395319525.81.0.770948773206.issue20907@psf.upfronthosting.co.za>
2014-03-20 12:45:25r.david.murraylinkissue20907 messages
2014-03-20 12:45:25r.david.murraycreate