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

SourceForge.net noreply at sourceforge.net
Tue Jun 29 09:37:57 EDT 2004


Bugs item #976880, was opened at 2004-06-21 12:59
Message generated for change (Comment added) made by akuchling
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.

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2004-06-29 09:37

Message:
Logged In: YES 
user_id=11375

The best way of seeing an rfind() method would be to
implement it and submit a patch.  (Otherwise it's a feature
request, and processing bugs usually takes precendence over
implementing features.)


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

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