projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d036e1
)
Add a "What's New" entry for #12170
author
Petri Lehtinen
<petri@digip.org>
Thu, 24 Nov 2011 20:00:46 +0000
(22:00 +0200)
committer
Petri Lehtinen
<petri@digip.org>
Thu, 24 Nov 2011 20:00:46 +0000
(22:00 +0200)
Doc/whatsnew/3.3.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.3.rst
b/Doc/whatsnew/3.3.rst
index 0aa4f151faf8551a11bb28d5edf58a0cc5223398..0c3be15627eee091e4058fdfc5657390d6df8c22 100644
(file)
--- 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
========================