diff options
author | Matthew Rahtz <matthew.rahtz@gmail.com> | 2022-03-08 04:02:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 04:02:55 (GMT) |
commit | 7a793a388b017be635ea41ef75b0fd8bcf75a309 (patch) | |
tree | a9f3ba378f268ebbab6d97d1407b8b84862f5ccc /Misc | |
parent | 13331a12c3c4d5007e2ab61514ba1d76cedd8b84 (diff) | |
download | cpython-7a793a388b017be635ea41ef75b0fd8bcf75a309.zip cpython-7a793a388b017be635ea41ef75b0fd8bcf75a309.tar.gz cpython-7a793a388b017be635ea41ef75b0fd8bcf75a309.tar.bz2 |
bpo-43224: Implement PEP 646 changes to typing.py (GH-31021)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-30-22-05-53.bpo-43224.E-eT22.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-30-22-05-53.bpo-43224.E-eT22.rst b/Misc/NEWS.d/next/Library/2022-01-30-22-05-53.bpo-43224.E-eT22.rst new file mode 100644 index 0000000..c248dd7 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-30-22-05-53.bpo-43224.E-eT22.rst @@ -0,0 +1 @@ +Implement support for PEP 646 in typing.py. |