1The concatenation (``+``) and repetition (``*``) sequence operations now
2raise :exc:`TypeError` instead of :exc:`SystemError` when performed on
3:class:`mmap.mmap` objects.  Patch by Zackery Spytz.
4