[issue12170] index() and count() methods of bytes and bytearray should accept byte ints

Petri Lehtinen report at bugs.python.org
Mon Aug 1 11:04:13 CEST 2011


Petri Lehtinen <petri at digip.org> added the comment:

> See also #12631 regarding the remove() method for bytearray.

AFAICS, it's about bytearray.remove() working but bytearray.index() not working as documented, and that's why I marked is as a duplicate of this issue.

----------

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


More information about the Python-bugs-list mailing list