mirror of
https://github.com/python/cpython.git
synced 2026-02-06 18:01:17 +00:00
Merge b71e5e0111 into b53fc7caa6
This commit is contained in:
commit
f211ffb38b
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@
|
|||
|
||||
--------------
|
||||
|
||||
.. warning::
|
||||
|
||||
:mod:`wsgiref` is a reference implementation and is not recommended for
|
||||
production. The module only implements basic security checks.
|
||||
|
||||
The Web Server Gateway Interface (WSGI) is a standard interface between web
|
||||
server software and web applications written in Python. Having a standard
|
||||
interface makes it easy to use an application that supports WSGI with a number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue