[issue3492] Zlib compress/decompress functions returning bytearray
Gregory P. Smith
report at bugs.python.org
Thu Sep 4 07:15:37 CEST 2008
Gregory P. Smith <greg at krypto.org> added the comment:
this is a very simple patch and makes sense to me. marking it a release
blocker and asking about it on the mailing list. if anyone disagrees
with this one please speak up.
in general IO input functions elsewhere return bytes(). zlib should as
well. this fixes that.
----------
assignee: -> gregory.p.smith
keywords: +easy, needs review
nosy: +gregory.p.smith
priority: -> release blocker
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3492>
_______________________________________
More information about the Python-bugs-list
mailing list