projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100aa18
)
Issue #23730: Document the return value of ZipFile.extract
author
Zachary Ware
<zachary.ware@gmail.com>
Mon, 13 Apr 2015 21:40:49 +0000
(16:40 -0500)
committer
Zachary Ware
<zachary.ware@gmail.com>
Mon, 13 Apr 2015 21:40:49 +0000
(16:40 -0500)
Patch by Stéphane Wirtel.
Doc/library/zipfile.rst
patch
|
blob
|
history
diff --git
a/Doc/library/zipfile.rst
b/Doc/library/zipfile.rst
index 535552d622293f46cb81db216c19d81950aa3778..f3e54ca922b33dd917f8ba36fb67a89eccf594c4 100644
(file)
--- a/
Doc/library/zipfile.rst
+++ b/
Doc/library/zipfile.rst
@@
-253,6
+253,8
@@
ZipFile Objects
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