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 mjpieters
Recipients docs@python, mjpieters
Date 2015-03-21.09:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426929089.45.0.62065226759.issue23730@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for zipfile.ZipFile.extract() doesn't mention at all that it returns the local path created, either for the directory that the member represents, or the new file created from the zipped data.

*Returns the full local path created (a directory or new file)* or similar.
History
Date User Action Args
2015-03-21 09:11:29mjpieterssetrecipients: + mjpieters, docs@python
2015-03-21 09:11:29mjpieterssetmessageid: <1426929089.45.0.62065226759.issue23730@psf.upfronthosting.co.za>
2015-03-21 09:11:29mjpieterslinkissue23730 messages
2015-03-21 09:11:29mjpieterscreate