summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref/__init__.py
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@rittau.biz>2022-04-16 17:37:58 (GMT)
committerGitHub <noreply@github.com>2022-04-16 17:37:58 (GMT)
commit0ddc63b240340a952692b11dfe0810973393ed11 (patch)
treeca8613b1571d8ac427cd265b0533072ada253a97 /Lib/wsgiref/__init__.py
parent1adc837bf1d88a110e1d9e3021abc92b7e7dfa8e (diff)
downloadcpython-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__.py2
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)