aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst b/Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst
deleted file mode 100644
index 31d484fc77..0000000000
--- a/Misc/NEWS.d/next/Library/2022-01-11-04-28-09.bpo-46342.5QVEH1.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The ``@typing.final`` decorator now sets the ``__final__`` attribute on the
-decorated object to allow runtime introspection. Patch by Jelle Zijlstra.