commit | ac65d96777f1619c2910de82093e4f6f24dedd2f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 20 23:54:17 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 20 23:54:17 2011 +0200 |
tree | 7445f286a7b2221ec6d6ee54b3b9b828364487df | |
parent | 407cfd1a269845208786bb9e7074e9990fa96dd7 [diff] |
Issue #12170: The count(), find(), rfind(), index() and rindex() methods of bytes and bytearray objects now accept an integer between 0 and 255 as their first argument. Patch by Petri Lehtinen.