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