commit | 74edda01a119ed8ecd1702940db2b2f09f05d022 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 02 21:51:33 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 02 21:51:33 2010 +0000 |
tree | 717f4a357158b99fc08f435eecc85e3b9611ff90 | |
parent | da2ecaf3349d564ef0392183d86270eea5cdb439 [diff] |
Merged revisions 77247 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77247 | antoine.pitrou | 2010-01-02 22:47:10 +0100 (sam., 02 janv. 2010) | 5 lines 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. ........