[issue15955] gzip, bz2, lzma: add option to limit output size

Antoine Pitrou report at bugs.python.org
Tue Sep 25 14:26:58 CEST 2012


Antoine Pitrou added the comment:

You don't need to know the final size. You just need to be able to pass an output size limit. This would be an easy feature to add to functions like zlib.decompress(), since they already handle sizing of the output buffer.

----------
nosy: +pitrou
title: gzip, bz2, lzma: add method to get decompressed size -> gzip, bz2, lzma: add option to limit output size

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


More information about the Python-bugs-list mailing list