From: Petri Lehtinen Date: Thu, 24 Nov 2011 20:00:46 +0000 (+0200) Subject: Add a "What's New" entry for #12170 X-Git-Tag: v3.3.0a1~734 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d;p=thirdparty%2FPython%2Fcpython.git Add a "What's New" entry for #12170 --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 0aa4f151faf8..0c3be15627ee 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 ========================