This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: zipfile.is_zipfile: added support for file-like objects
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ggenellina, pitrou
Priority: normal Keywords: patch

Created on 2008-12-27 05:44 by ggenellina, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
is_zipfile_filelike.diff ggenellina, 2008-12-27 05:44
Messages (2)
msg78342 - (view) Author: Gabriel Genellina (ggenellina) Date: 2008-12-27 05:43
Patch to zipfile.is_zipfile, adding support for file and file-like 
objects. Includes test cases and documentation updates.

This fixes issue4241 too.
msg78366 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-12-27 15:51
Committed in r67946, r67947. Thanks!
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49006
2008-12-27 15:51:19pitrousetstatus: open -> closed
resolution: fixed
messages: + msg78366
nosy: + pitrou
2008-12-27 05:44:05ggenellinacreate