[New-bugs-announce] [issue4756] zipfile.is_zipfile: added support for file-like objects

Gabriel Genellina report at bugs.python.org
Sat Dec 27 06:44:07 CET 2008


New submission from Gabriel Genellina <gagsl-py2 at yahoo.com.ar>:

Patch to zipfile.is_zipfile, adding support for file and file-like 
objects. Includes test cases and documentation updates.

This fixes issue4241 too.

----------
components: Library (Lib)
files: is_zipfile_filelike.diff
keywords: patch
messages: 78342
nosy: gagenellina
severity: normal
status: open
title: zipfile.is_zipfile: added support for file-like objects
type: behavior
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file12470/is_zipfile_filelike.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4756>
_______________________________________


More information about the New-bugs-announce mailing list