[issue8551] Start argument for str.rfind used incorrectly

R. David Murray report at bugs.python.org
Wed Apr 28 02:28:19 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

I thought Benjamin's answer was crazy until I looked at the help for find/rfind.  The optional 'start, end' arguments are interpreted like slice notation, so it does make sense to have the interpretation be the consistent between find and rfind.

----------
nosy: +r.david.murray
stage:  -> committed/rejected

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8551>
_______________________________________


More information about the Python-bugs-list mailing list