changeset: 73732:736b0aec412b user: Petri Lehtinen date: Thu Nov 24 22:00:46 2011 +0200 files: Doc/whatsnew/3.3.rst description: Add a "What's New" entry for #12170 diff -r 89819a6393a5 -r 736b0aec412b Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst Fri Nov 25 02:09:24 2011 +0800 +++ b/Doc/whatsnew/3.3.rst Thu Nov 24 22:00:46 2011 +0200 @@ -209,6 +209,13 @@ (: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 ========================