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 /Lib/wsgiref/__init__.py | |
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 'Lib/wsgiref/__init__.py')
-rw-r--r-- | Lib/wsgiref/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/wsgiref/__init__.py b/Lib/wsgiref/__init__.py index 1efbba0..59ee48f 100644 --- a/Lib/wsgiref/__init__.py +++ b/Lib/wsgiref/__init__.py @@ -13,6 +13,8 @@ Current Contents: * validate -- validation wrapper that sits between an app and a server to detect errors in either +* types -- collection of WSGI-related types for static type checking + To-Do: * cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard) |