cpython/Misc/NEWS.d/next/Library/2024-09-27-06-39-32.gh-issu...

5 lines
267 B
ReStructuredText

Add an *annoation_format* parameter to :func:`inspect.signature`. Add an
*quote_annotation_strings* parameter to :meth:`inspect.Signature.format`. Use the
new functionality to improve the display of annotations in signatures in
:mod:`pydoc`. Patch by Jelle Zijlstra.