Skip to content

Commit 4f41a86

Browse files
sethmlarsonmiss-islington
authored andcommitted
gh-144484: Warn users not to use wsgiref in production
(cherry picked from commit 7e777c5) Co-authored-by: Seth Michael Larson <seth@python.org>
1 parent 2fb9cde commit 4f41a86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/wsgiref.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
--------------
1313

14+
.. warning::
15+
16+
:mod:`wsgiref` is a reference implementation and is not recommended for
17+
production. The module only implements basic security checks.
18+
1419
The Web Server Gateway Interface (WSGI) is a standard interface between web
1520
server software and web applications written in Python. Having a standard
1621
interface makes it easy to use an application that supports WSGI with a number

0 commit comments

Comments
 (0)