]> granicus.if.org Git - python/commit
Issue #4756: zipfile.is_zipfile() now supports file-like objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 27 Dec 2008 15:43:12 +0000 (15:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 27 Dec 2008 15:43:12 +0000 (15:43 +0000)
commit6f193e0e959432f2227c0380b970a82f58c8a0c8
tree95cc667e9098a337288573b4e37ea93a4d0c7fdd
parente57e9990e72f83963a34c37c985bc72c5f27eae5
Issue #4756: zipfile.is_zipfile() now supports file-like objects.
Patch by Gabriel Genellina.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS