diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 21:44:05 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 21:44:05 (GMT) |
commit | d827be8ff1e74b35191aa51e7b66acb8a13b9db9 (patch) | |
tree | 63a45e86649c661bdb9b534032cbd0ff8c6a7cb2 /Doc | |
parent | 38019d1c349f8c6971e74e3a00e0a4132b6b0820 (diff) | |
parent | ae9f0fede3f7f366c346d033555bd4fc59f0e0ff (diff) | |
download | cpython-d827be8ff1e74b35191aa51e7b66acb8a13b9db9.zip cpython-d827be8ff1e74b35191aa51e7b66acb8a13b9db9.tar.gz cpython-d827be8ff1e74b35191aa51e7b66acb8a13b9db9.tar.bz2 |
Closes #23730: merge with 3.4
Diffstat (limited to 'Doc')
-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 6192cd0..4e1a87f 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 |