Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d036e1 commit 61ea8a0Copy full SHA for 61ea8a0
1 file changed
Doc/whatsnew/3.3.rst
@@ -209,6 +209,13 @@ the equality of the underlying sequences generated by those range objects.
209
(:issue:`13021`)
210
211
212
+The ``count()``, ``find()``, ``rfind()``, ``index()`` and ``rindex()``
213
+methods of :class:`bytes` and :class:`bytearray` objects now accept an
214
+integer between 0 and 255 as their first argument.
215
+
216
+(:issue:`12170`)
217
218
219
New and Improved Modules
220
========================
221
0 commit comments