cpython/Misc/NEWS.d/next/Core and Builtins/2021-06-20-10-53-21.bpo-120...

5 lines
253 B
ReStructuredText

A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
:keyword:`with` and :keyword:`async with` statements for objects which do
not support the :term:`context manager` or :term:`asynchronous context
manager` protocols correspondingly.