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 glittershark, r.david.murray
Date 2012-02-28.03:50:58
SpamBayes Score 0.00044168317
Marked as misclassified No
Message-id <1330401059.78.0.317610233469.issue14145@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, perhaps you *meant* you are calling rfind on a string, rather than calling rfind on the 'string' module as I imagined.

So, we definitely need more details about how you are producing this failure and what the traceback looks like.  'abc'.rfind('a') works fine for me, and works fine on Windows in our unit tests.
History
Date User Action Args
2012-02-28 03:50:59r.david.murraysetrecipients: + r.david.murray, glittershark
2012-02-28 03:50:59r.david.murraysetmessageid: <1330401059.78.0.317610233469.issue14145@psf.upfronthosting.co.za>
2012-02-28 03:50:59r.david.murraylinkissue14145 messages
2012-02-28 03:50:58r.david.murraycreate