diff options
author | Gregory Beauregard <greg@greg.red> | 2022-02-06 23:16:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 23:16:22 (GMT) |
commit | 77b025be4a4cd5a3bfc1b1af560cc57e8e956c98 (patch) | |
tree | 3cdccfb0c42e06840f73133914b2fb1de11a95b1 /Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst | |
parent | 06b8f1615b09099fae5c5393334b8716a4144d20 (diff) | |
download | cpython-77b025be4a4cd5a3bfc1b1af560cc57e8e956c98.zip cpython-77b025be4a4cd5a3bfc1b1af560cc57e8e956c98.tar.gz cpython-77b025be4a4cd5a3bfc1b1af560cc57e8e956c98.tar.bz2 |
bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst b/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst new file mode 100644 index 0000000..4f0de95 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst @@ -0,0 +1 @@ +In :func:`typing.get_type_hints`, support evaluating bare stringified ``TypeAlias`` annotations. Patch by Gregory Beauregard.
\ No newline at end of file |