[issue3967] bytearray().count()

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 26 02:07:02 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

All versions are involved.

Even 2.4 has surprises:
>>> "aa".count("", sys.maxint, 0)
-2147483646

----------
versions: +Python 2.5, Python 3.0

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


More information about the Python-bugs-list mailing list