]> granicus.if.org Git - python/commitdiff
Issue #11296: rsplit() mentioned twice for the same change.
authorRaymond Hettinger <python@rcn.com>
Thu, 24 Feb 2011 11:15:36 +0000 (11:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 24 Feb 2011 11:15:36 +0000 (11:15 +0000)
Doc/whatsnew/3.2.rst

index d9af4e7aa684419554651d615e044d5d4d247bb8..3829ce14f37f4ce27e34e6e91e9eee9e376952a4 100644 (file)
@@ -2354,7 +2354,7 @@ A number of small performance enhancements have been added:
   (Contributed by Antoine Pitrou; :issue:`3001`.)
 
 * 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
   algorithm is also used by :meth:`rfind`, :meth:`rindex`, :meth:`rsplit` and
   :meth:`rpartition`.