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