[issue26764] SystemError in bytes.__rmod__

Serhiy Storchaka report at bugs.python.org
Fri Apr 15 06:24:45 EDT 2016


Serhiy Storchaka added the comment:

Surprisingly the implementation in 3.5 is correct. But backporting tests exposed behavior change in bytearray formatting in 3.6. In 3.5 bytearray.__mod__ returns bytearray, in 3.6 it returns bytes. Is this intentional?

----------

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


More information about the Python-bugs-list mailing list