mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #23730: Document the return value of ZipFile.extract
Patch by Stéphane Wirtel.
This commit is contained in:
parent
100aa18556
commit
ae9f0fede3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue