diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-02-02 02:48:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 02:48:55 (GMT) |
commit | abcc3d75f6e570519cb37c62130a2295c6928bff (patch) | |
tree | 8298821cb060cd892de9354eb386ddcf89ae0379 /Misc/NEWS.d | |
parent | b1288964e31069bdf81abe560c82874f6f620928 (diff) | |
download | cpython-abcc3d75f6e570519cb37c62130a2295c6928bff.zip cpython-abcc3d75f6e570519cb37c62130a2295c6928bff.tar.gz cpython-abcc3d75f6e570519cb37c62130a2295c6928bff.tar.bz2 |
bpo-46414: Add typing.reveal_type (#30646)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-17-10-00-02.bpo-46414.Ld0b_y.rst | 1 |
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 0000000..0fdbfa7 --- /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. |