aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-02-01 18:48:55 -0800
committerGitHub <noreply@github.com>2022-02-01 18:48:55 -0800
commitabcc3d75f6e570519cb37c62130a2295c6928bff (patch)
tree8298821cb060cd892de9354eb386ddcf89ae0379 /Misc
parentb1288964e31069bdf81abe560c82874f6f620928 (diff)
downloadcpython3-abcc3d75f6e570519cb37c62130a2295c6928bff.tar.gz
bpo-46414: Add typing.reveal_type (#30646)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-01-17-10-00-02.bpo-46414.Ld0b_y.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-17-10-00-02.bpo-46414.Ld0b_y.rst b/Misc/NEWS.d/next/Library/2022-01-17-10-00-02.bpo-46414.Ld0b_y.rst
new file mode 100644
index 0000000000..0fdbfa77d9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-01-17-10-00-02.bpo-46414.Ld0b_y.rst
@@ -0,0 +1 @@
+Add :func:`typing.reveal_type`. Patch by Jelle Zijlstra.