diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-24 22:00:46 +0200 |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-24 22:00:46 +0200 |
commit | 61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d (patch) | |
tree | 42eaacc392aaac29f7c4d17ca670e9eb8c96f276 /Doc | |
parent | 5d036e1ccfae70d6187feda9b617888d32d72487 (diff) | |
download | cpython-git-61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d.tar.gz |
Add a "What's New" entry for #12170
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 0aa4f151fa..0c3be15627 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 ======================== |