]> granicus.if.org Git - python/commit
Merged revisions 77241 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jan 2010 21:40:36 +0000 (21:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jan 2010 21:40:36 +0000 (21:40 +0000)
commitda2ecaf3349d564ef0392183d86270eea5cdb439
treed30ed807e0e325a492f999576bf19fd370b0dbda
parent2952148dd246b67ca88a68c44819a208d0d6624a
Merged revisions 77241 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77241 | antoine.pitrou | 2010-01-02 22:12:58 +0100 (sam., 02 janv. 2010) | 4 lines

  Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
  `rindex`, `rsplit` and `rpartition` methods.  Patch by Florent Xicluna.
........
Lib/collections.py
Lib/test/string_tests.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/stringlib/README.txt
Objects/stringlib/fastsearch.h
Objects/stringlib/find.h
Objects/stringlib/partition.h
Objects/stringlib/stringdefs.h
Objects/stringlib/unicodedefs.h