]> granicus.if.org Git - python/commit
Add tests for issue #7458: str.rfind() would crash when called with an invalid
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jan 2010 21:47:10 +0000 (21:47 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jan 2010 21:47:10 +0000 (21:47 +0000)
commit83f86e8e98ff789f1c2832860ff78a59562db37d
tree2fc09e6d45123725835daf2e433d2f3db567c6c2
parentb56fb12b74b5e4123061b0e9a09043479614ab9f
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.
Lib/test/string_tests.py