diff options
author | Sebastian Rittau <srittau@rittau.biz> | 2022-04-16 17:37:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 17:37:58 (GMT) |
commit | 0ddc63b240340a952692b11dfe0810973393ed11 (patch) | |
tree | ca8613b1571d8ac427cd265b0533072ada253a97 /Misc | |
parent | 1adc837bf1d88a110e1d9e3021abc92b7e7dfa8e (diff) | |
download | cpython-0ddc63b240340a952692b11dfe0810973393ed11.zip cpython-0ddc63b240340a952692b11dfe0810973393ed11.tar.gz cpython-0ddc63b240340a952692b11dfe0810973393ed11.tar.bz2 |
gh-86178: Add wsgiref.types (GH-32335)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-05-17-18-13.bpo-42012.zMocQz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-05-17-18-13.bpo-42012.zMocQz.rst b/Misc/NEWS.d/next/Library/2022-04-05-17-18-13.bpo-42012.zMocQz.rst new file mode 100644 index 0000000..ba84041 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-05-17-18-13.bpo-42012.zMocQz.rst @@ -0,0 +1,2 @@ +Add :mod:`wsgiref.types`, containing WSGI-specific types for static type +checking. |