[issue26766] The result type of bytearray formatting is not stable

STINNER Victor report at bugs.python.org
Fri Apr 15 09:10:43 EDT 2016


STINNER Victor added the comment:

It looks like a bug introduced by me in the issue #25399.

bytearray%args must return a bytearray object.

I understand that test_bytes lacks tests since it missed the bug.

----------

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


More information about the Python-bugs-list mailing list