Add a "What's New" entry for #12170

This commit is contained in:
Petri Lehtinen 2011-11-24 22:00:46 +02:00
parent 5d036e1ccf
commit 61ea8a0d28
1 changed files with 7 additions and 0 deletions

View File

@ -209,6 +209,13 @@ the equality of the underlying sequences generated by those range objects.
(:issue:`13021`)
The ``count()``, ``find()``, ``rfind()``, ``index()`` and ``rindex()``
methods of :class:`bytes` and :class:`bytearray` objects now accept an
integer between 0 and 255 as their first argument.
(:issue:`12170`)
New and Improved Modules
========================