mirror of https://github.com/python/cpython
4 lines
197 B
ReStructuredText
4 lines
197 B
ReStructuredText
|
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.
|