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 loewis, ocean-city, pitrou, r.david.murray
Date 2010-12-06.03:55:09
SpamBayes Score 0.00084002665
Marked as misclassified No
Message-id <1291607715.03.0.0685583162794.issue10631@psf.upfronthosting.co.za>
In-reply-to
Content
So, Martin, are you then arguing that this should in fact be considered a bug in ZipFile?  The documentation for the constructor says "Open a ZIP file, where file can be either a path to a file (a string) or a file-like object."  Reading that I would certainly expect it to accept a relative path, and for that path to be relative to the CWD at the time I called ZipFile, not at the time I called extractall.
History
Date User Action Args
2010-12-06 03:55:15r.david.murraysetrecipients: + r.david.murray, loewis, pitrou, ocean-city
2010-12-06 03:55:15r.david.murraysetmessageid: <1291607715.03.0.0685583162794.issue10631@psf.upfronthosting.co.za>
2010-12-06 03:55:10r.david.murraylinkissue10631 messages
2010-12-06 03:55:09r.david.murraycreate