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 nicholas.riley
Recipients
Date 2004-06-21.16:59:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It would be convenient to have an 'rfind' method equivalent to the 
string one; the only (slow, wasteful) alternative I can find is taking 
slices of the mmap, or using successive seek/read, followed by 
rindex.
History
Date User Action Args
2007-08-23 16:08:12adminlinkissue976880 messages
2007-08-23 16:08:12admincreate