]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 15 May 2016 09:27:16 +0000 (12:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 15 May 2016 09:27:16 +0000 (12:27 +0300)
commitf47fc5553be1945d4d3ca1386c523fcf2ed28cef
treea09ec8309ad9c60c4f8f12c5bf5a7c9e54a15794
parent3d3f7e8b41a8b1f47e40aed5696413b167166998
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Patch by Thomas Kluyver.
Doc/library/zipfile.rst
Lib/zipfile.py