summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst
blob: 31d484fc77f1fb1791f8ee72ba80d80e99e5ea4f (plain)
1
2
The ``@typing.final`` decorator now sets the ``__final__`` attribute on the
decorated object to allow runtime introspection. Patch by Jelle Zijlstra.