cpython/Misc/NEWS.d/next/Library/2018-06-03-22-41-59.bpo-337...

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.