summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-11-24 20:00:46 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-11-24 20:00:46 (GMT)
commit61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d (patch)
tree42eaacc392aaac29f7c4d17ca670e9eb8c96f276
parent5d036e1ccfae70d6187feda9b617888d32d72487 (diff)
downloadcpython-61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d.zip
cpython-61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d.tar.gz
cpython-61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d.tar.bz2
Add a "What's New" entry for #12170
-rw-r--r--Doc/whatsnew/3.3.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 0aa4f15..0c3be15 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
========================