summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-12-10-03-13-57.bpo-46014.3xYdST.rst
blob: 90aacaf7e088fe11275b301caeaf955affb21145 (plain)
1
2
Add ability to use ``typing.Union`` and ``types.UnionType`` as dispatch
argument to ``functools.singledispatch``. Patch provided by Yurii Karabas.