]> granicus.if.org Git - python/commit
Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 19 Jan 2008 18:18:41 +0000 (18:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 19 Jan 2008 18:18:41 +0000 (18:18 +0000)
commit5c60bfcfbf2dd50cc40210771fdc8d2cfc20cdad
tree906959917e2562717aa503edee65d6462a6d5682
parent4be0bc642e89939d9d9bf2559d92eafe9f0a0933
Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().
Contributed by John Lenton.
Doc/library/mmap.rst
Lib/test/test_mmap.py
Misc/ACKS
Misc/NEWS
Modules/mmapmodule.c