mirror of https://github.com/python/cpython
Add a "What's New" entry for #12170
This commit is contained in:
parent
5d036e1ccf
commit
61ea8a0d28
|
@ -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
|
||||
========================
|
||||
|
||||
|
|
Loading…
Reference in New Issue