bpo-46643: fix NEWS entry (GH-31651) · python/cpython@59e1ce9 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 59e1ce9
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
1 | -In :func:`typing.get_type_hints`, support evaluating stringified ``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by Gregory Beauregard. | |
1 | +In :func:`typing.get_type_hints`, support evaluating stringified | |
2 | +``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by | |
3 | +Gregory Beauregard. |