[issue2846] Gzip cannot handle zero-padded output + patch
Antoine Pitrou
report at bugs.python.org
Wed Jan 13 08:13:23 CET 2010
Antoine Pitrou <pitrou at free.fr> added the comment:
There is no need to write:
try:
[...]
except IOError as err:
self.fail(err)
Just let the exception be raised and produce an error.
----------
nosy: +pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2846>
_______________________________________
More information about the Python-bugs-list
mailing list