mmap porting is finished.
Here’s the latest changelog:
- correctly raise error if used in concatenation and repeatition
- responds to getitem, setitem
- correctly raise error if called delitem
- support slicing objects
- add a big test ported from test_mmap.py
The only remaining issue is the lack of support of the Buffer object protocol because is not directly exposed in Python. You can’t pass a map to file.write() or regexp methods. Hope someday the Python guys expose this.
You can find everything at the usual place: http://codespeak.net/svn/user/rhymes/modules if you want to test it…
Now onto the fourth module: bz2.

