]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23730: Document the return value of ZipFile.extract
authorZachary Ware <zachary.ware@gmail.com>
Mon, 13 Apr 2015 21:40:49 +0000 (16:40 -0500)
committerZachary 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

index 261747aa06b18252cef58d35a4f1a210c94e32a7..173dfb002bad94d1594dc3349cd413bff687408f 100644 (file)
@@ -212,6 +212,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).
+
    .. versionadded:: 2.6
 
    .. note::