Commit e093f11f authored by Zachary Ware's avatar Zachary Ware

Issue #23730: Document the return value of ZipFile.extract

Patch by Stéphane Wirtel.
parent a50b0de5
...@@ -212,6 +212,8 @@ ZipFile Objects ...@@ -212,6 +212,8 @@ ZipFile Objects
to extract to. *member* can be a filename or a :class:`ZipInfo` object. to extract to. *member* can be a filename or a :class:`ZipInfo` object.
*pwd* is the password used for encrypted files. *pwd* is the password used for encrypted files.
Returns the normalized path created (a directory or new file).
.. versionadded:: 2.6 .. versionadded:: 2.6
.. note:: .. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment