[Python-checkins] cpython (3.4): Issue #23730: Document the return value of ZipFile.extract
zach.ware
python-checkins at python.org
Mon Apr 13 23:44:15 CEST 2015
https://hg.python.org/cpython/rev/7ac1c2307a70
changeset: 95617:7ac1c2307a70
branch: 3.4
parent: 95609:84328374ea01
user: Zachary Ware <zachary.ware at gmail.com>
date: Mon Apr 13 16:40:49 2015 -0500
summary:
Issue #23730: Document the return value of ZipFile.extract
Patch by Stéphane Wirtel.
files:
Doc/library/zipfile.rst | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -253,6 +253,8 @@
to extract to. *member* can be a filename or a :class:`ZipInfo` object.
*pwd* is the password used for encrypted files.
+ Returns the normalized path created (a directory or new file).
+
.. note::
If a member filename is an absolute path, a drive/UNC sharepoint and
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list