Add tests for issue #7458: str.rfind() would crash when called with an invalid
commit0726f4fe013abe885e99bed1c7999e5509684084
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 2 Jan 2010 21:47:10 +0000 (2 21:47 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 2 Jan 2010 21:47:10 +0000 (2 21:47 +0000)
treebbd4495d8cdb5ae32d47019e9f96499e1e2f8e57
parent75910ab313538855b0de30ad59262f4dad1a14e5
Add tests for issue #7458: str.rfind() would crash when called with an invalid
start value.  The offending code itself was removed as part of #7462.
This patch by Victor Stinner.

git-svn-id: http://svn.python.org/projects/python/trunk@77247 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/string_tests.py