diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-03-17 03:02:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 03:02:26 (GMT) |
commit | 96568e995d840c66edb25b6b9d85e4dcccf5a936 (patch) | |
tree | 907a903c2807fb7437b4e5a5779d034609320a9f /Misc | |
parent | 7c353b7594545fb9403b3123a17ad06cadc2f73d (diff) | |
download | cpython-96568e995d840c66edb25b6b9d85e4dcccf5a936.zip cpython-96568e995d840c66edb25b6b9d85e4dcccf5a936.tar.gz cpython-96568e995d840c66edb25b6b9d85e4dcccf5a936.tar.bz2 |
bpo-46480: add typing.assert_type (GH-30843)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: David Foster <david@dafoster.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-23-16-33-07.bpo-46480.E4jHlh.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-23-16-33-07.bpo-46480.E4jHlh.rst b/Misc/NEWS.d/next/Library/2022-01-23-16-33-07.bpo-46480.E4jHlh.rst new file mode 100644 index 0000000..fd18a81 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-23-16-33-07.bpo-46480.E4jHlh.rst @@ -0,0 +1 @@ +Add :func:`typing.assert_type`. Patch by Jelle Zijlstra. |