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 johnlinp
Recipients SilentGhost, johnlinp, rhettinger, serhiy.storchaka, xtreak
Date 2019-04-24.01:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556067730.61.0.284606969332.issue36639@roundup.psfhosted.org>
In-reply-to
Content
From the discussion in https://mail.python.org/pipermail/python-ideas/2019-April/056416.html, Guido said:

> Some use cases for rindex() on strings that I found in a large codebase
here include searching a pathname for the final slash, a list of
comma-separated items for the last comma, a fully-qualified module name for
the last period, and some ad-hoc parsing of other things. The "last
separator" use cases are the most common and here rindex() sounds very
useful.

I guess that's strong enough.
History
Date User Action Args
2019-04-24 01:02:10johnlinpsetrecipients: + johnlinp, rhettinger, SilentGhost, serhiy.storchaka, xtreak
2019-04-24 01:02:10johnlinpsetmessageid: <1556067730.61.0.284606969332.issue36639@roundup.psfhosted.org>
2019-04-24 01:02:10johnlinplinkissue36639 messages
2019-04-24 01:02:10johnlinpcreate