aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst b/Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst
deleted file mode 100644
index 90aacaf7e0..0000000000
--- a/Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add ability to use ``typing.Union`` and ``types.UnionType`` as dispatch
-argument to ``functools.singledispatch``. Patch provided by Yurii Karabas.