This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients benjamin.peterson, dtorp, r.david.murray
Date 2010-04-28.00:28:17
SpamBayes Score 0.20377605
Marked as misclassified No
Message-id <1272414499.69.0.99572026245.issue8551@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-28 00:28:19r.david.murraysetrecipients: + r.david.murray, dtorp, benjamin.peterson
2010-04-28 00:28:19r.david.murraysetmessageid: <1272414499.69.0.99572026245.issue8551@psf.upfronthosting.co.za>
2010-04-28 00:28:18r.david.murraylinkissue8551 messages
2010-04-28 00:28:18r.david.murraycreate