mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue #11296: rsplit() mentioned twice for the same change.
This commit is contained in:
parent
edf5132dfe
commit
8edd2e9720
1 changed files with 1 additions and 1 deletions
|
@ -2354,7 +2354,7 @@ A number of small performance enhancements have been added:
|
||||||
(Contributed by Antoine Pitrou; :issue:`3001`.)
|
(Contributed by Antoine Pitrou; :issue:`3001`.)
|
||||||
|
|
||||||
* The fast-search algorithm in stringlib is now used by the :meth:`split`,
|
* The fast-search algorithm in stringlib is now used by the :meth:`split`,
|
||||||
:meth:`rsplit`, :meth:`splitlines` and :meth:`replace` methods on
|
:meth:`splitlines` and :meth:`replace` methods on
|
||||||
:class:`bytes`, :class:`bytearray` and :class:`str` objects. Likewise, the
|
:class:`bytes`, :class:`bytearray` and :class:`str` objects. Likewise, the
|
||||||
algorithm is also used by :meth:`rfind`, :meth:`rindex`, :meth:`rsplit` and
|
algorithm is also used by :meth:`rfind`, :meth:`rindex`, :meth:`rsplit` and
|
||||||
:meth:`rpartition`.
|
:meth:`rpartition`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue