[ python-Bugs-976880 ] mmap needs a rfind method

SourceForge.net noreply at sourceforge.net
Mon Jun 21 12:59:54 EDT 2004


Bugs item #976880, was opened at 2004-06-21 11:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=976880&group_id=5470

Category: Extension Modules
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Nicholas Riley (nriley)
Assigned to: Nobody/Anonymous (nobody)
Summary: mmap needs a rfind method

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=976880&group_id=5470



More information about the Python-bugs-list mailing list