cpython/Misc/NEWS.d/next/Library/2021-04-08-19-32-26.bpo-473...

4 lines
241 B
ReStructuredText

The ``P.args`` and ``P.kwargs`` attributes of :class:`typing.ParamSpec` are
now instances of the new classes :class:`typing.ParamSpecArgs` and
:class:`typing.ParamSpecKwargs`, which enables a more useful ``repr()``. Patch by Jelle Zijlstra.