From: Seth Michael Larson Date: Thu, 5 Feb 2026 15:43:39 +0000 (-0600) Subject: gh-144484: Warn users not to use wsgiref in production X-Git-Tag: v3.15.0a6~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e777c587f01434ac5eea3d63d096f191278dad2;p=thirdparty%2FPython%2Fcpython.git gh-144484: Warn users not to use wsgiref in production --- diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index 381c99383475..157d7058931c 100644 --- a/Doc/library/wsgiref.rst +++ b/Doc/library/wsgiref.rst @@ -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