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:41:16
SpamBayes Score 0.10385805
Marked as misclassified No
Message-id <1330400477.59.0.749329097695.issue14145@psf.upfronthosting.co.za>
In-reply-to
Content
You'll have to give more details about what you are doing, but I suspect you are in fact calling it incorrectly.  In addition, there are pretty much no circumstances in which you want to use string.rfind in 2.7.  Just use ''.rfind.
History
Date User Action Args
2012-02-28 03:41:17r.david.murraysetrecipients: + r.david.murray, glittershark
2012-02-28 03:41:17r.david.murraysetmessageid: <1330400477.59.0.749329097695.issue14145@psf.upfronthosting.co.za>
2012-02-28 03:41:17r.david.murraylinkissue14145 messages
2012-02-28 03:41:16r.david.murraycreate