Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
commit94258cfa0629b83d420738825f719d1c42c433a1
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 2 Jan 2010 21:12:58 +0000 (2 21:12 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 2 Jan 2010 21:12:58 +0000 (2 21:12 +0000)
tree09a72ed19e0ae9febb25ea4217a7c93b293425a3
parent2d3418a2f4f61772cc2f46b7732709bb8f0dde69
Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
`rindex`, `rsplit` and `rpartition` methods.  Patch by Florent Xicluna.

git-svn-id: http://svn.python.org/projects/python/trunk@77241 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/string_tests.py
Lib/test/test_unicode.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
Objects/stringobject.c