diff options
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 6192cd0d38..4e1a87fde1 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -255,6 +255,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 |