From: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) Date: Sun, 6 Apr 2025 08:12:48 +0000 (+0530) Subject: Docs: Replace dead hyperlink for CGI environment variables (#132137) X-Git-Tag: v3.14.0a7~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a10b45dd16a8c971363d917b9ebd1266e65f710;p=thirdparty%2FPython%2Fcpython.git Docs: Replace dead hyperlink for CGI environment variables (#132137) --- diff --git a/Lib/http/server.py b/Lib/http/server.py index 8e36d09ba5e3..a2aad4c9be3c 100644 --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -1154,7 +1154,7 @@ class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): "CGI script is not executable (%r)" % scriptname) return - # Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html + # Reference: https://www6.uniovi.es/~antonio/ncsa_httpd/cgi/env.html # XXX Much of the following could be prepared ahead of time! env = copy.deepcopy(os.environ) env['SERVER_SOFTWARE'] = self.version_string()