[docs] [issue22046] ZipFile.read() should mention that it might throw NotImplementedError

Tuikku Anttila report at bugs.python.org
Sat Aug 2 14:12:41 CEST 2014


Tuikku Anttila added the comment:

Added to the documentation of zipfile.ZipFile.read() that the method will throw a NotImplementedError when the compression scheme of the ZipFile is something else than ZIP_STORED, ZIP_DEFLATED, ZIP_BZIP2 or ZIP_LZMA.

----------
keywords: +patch
nosy: +Tuikku.Anttila
Added file: http://bugs.python.org/file36206/issue22046.patch

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


More information about the docs mailing list