summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2018-10-13-22-24-19.bpo-34974.7LgTc2.rst
blob: 2a7e773648ec62be9b6b2778fb6ddf8b1945c8fa (plain)
1
2
3
:class:`bytes` and :class:`bytearray` constructors no longer convert
unexpected exceptions (e.g. :exc:`MemoryError` and :exc:`KeyboardInterrupt`)
to :exc:`TypeError`.