]> granicus.if.org Git - python/commit
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 7 Feb 2016 22:02:25 +0000 (00:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 7 Feb 2016 22:02:25 +0000 (00:02 +0200)
commit503f908090bd22df70ed21e3bb3c2513a1eee969
tree2722994f3caf3551cf4cfe9556df3f27b4d58e78
parent46988d365946f2b61812b6ff60cb557e036fa6b1
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Patch by Thomas Kluyver.
Doc/library/zipfile.rst
Doc/whatsnew/3.6.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS