summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-07-31-23-18-50.bpo-44791.4jFdpO.rst
blob: 8182aa4e5358aa4e3dd17a4b7d36c89d08685101 (plain)
1
2
3
4
5
Fix substitution of :class:`~typing.ParamSpec` in
:data:`~typing.Concatenate` with different parameter expressions.
Substitution with a list of types returns now a tuple of types. Substitution
with ``Concatenate`` returns now a ``Concatenate`` with concatenated lists
of arguments.