commit | da2ecaf3349d564ef0392183d86270eea5cdb439 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 02 21:40:36 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 02 21:40:36 2010 +0000 |
tree | d30ed807e0e325a492f999576bf19fd370b0dbda | |
parent | 2952148dd246b67ca88a68c44819a208d0d6624a [diff] |
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. ........