From e093f11f4b05d08dd7390aa6aa70417de6808bb0 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 13 Apr 2015 16:40:49 -0500 Subject: Issue #23730: Document the return value of ZipFile.extract MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Stéphane Wirtel. --- Doc/library/zipfile.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 261747a..173dfb0 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -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:: -- cgit v0.12