[issue23730] Document return value for ZipFile.extract()

2015-04-13 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware versions: -Python 3.6 ___ Python tracker ___ ___ Python-bug

[issue23730] Document return value for ZipFile.extract()

2015-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 731e366885f5 by Zachary Ware in branch '2.7': Issue #23730: Document the return value of ZipFile.extract https://hg.python.org/cpython/rev/731e366885f5 New changeset 7ac1c2307a70 by Zachary Ware in branch '3.4': Issue #23730: Document the return val

[issue23730] Document return value for ZipFile.extract()

2015-04-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: fix for the documentation of ZipFile.extract. In the code of _extract_member, there is a normalisation of the target path, I use this term "normalized" for the fix. -- keywords: +patch nosy: +matrixise Added file: http://bugs.python.org/file38943/issu

[issue23730] Document return value for ZipFile.extract()

2015-03-21 Thread Martijn Pieters
New submission from Martijn Pieters: 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 directo