From: Zachary Ware Date: Mon, 13 Apr 2015 21:40:49 +0000 (-0500) Subject: Issue #23730: Document the return value of ZipFile.extract X-Git-Tag: v3.5.0a4~71^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae9f0fede3f7f366c346d033555bd4fc59f0e0ff;p=thirdparty%2FPython%2Fcpython.git Issue #23730: Document the return value of ZipFile.extract Patch by Stéphane Wirtel. --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 535552d62229..f3e54ca922b3 100644 --- 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