Feature Requests item #976880, was opened at 2004-06-21 18:59 Message generated for change (Comment added) made by birkenfeld You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=976880&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Extension Modules >Group: None 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: Reinhold Birkenfeld (birkenfeld) Date: 2005-06-26 23:13 Message: Logged In: YES user_id=1188172 Moving to the RFE tracker. ---------------------------------------------------------------------- Comment By: A.M. Kuchling (akuchling) Date: 2004-06-29 15: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=355470&aid=976880&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com