bpo-46643: fix NEWS entry (GH-31651)

This commit is contained in:
Jelle Zijlstra 2022-03-02 21:27:11 -08:00 committed by GitHub
parent 4f74052b45
commit 59e1ce95f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
In :func:`typing.get_type_hints`, support evaluating stringified ``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by Gregory Beauregard. In :func:`typing.get_type_hints`, support evaluating stringified
``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by
Gregory Beauregard.