]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144484: Warn users not to use wsgiref in production 144516/head
authorSeth Michael Larson <seth@python.org>
Thu, 5 Feb 2026 15:43:39 +0000 (09:43 -0600)
committerGitHub <noreply@github.com>
Thu, 5 Feb 2026 15:43:39 +0000 (15:43 +0000)
Doc/library/wsgiref.rst

index 381c993834753dc297365bfbee0d1942c6119c1b..157d7058931c16ed11d532046846b64716237127 100644 (file)
 
 --------------
 
+.. 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