https://github.com/python/cpython/commit/0a10b45dd16a8c971363d917b9ebd1266e65f710
commit: 0a10b45dd16a8c971363d917b9ebd1266e65f710
branch: main
author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
<[email protected]>
committer: picnixz <[email protected]>
date: 2025-04-06T10:12:48+02:00
summary:
Docs: Replace dead hyperlink for CGI environment variables (#132137)
files:
M Lib/http/server.py
diff --git a/Lib/http/server.py b/Lib/http/server.py
index 8e36d09ba5e363..a2aad4c9be3c51 100644
--- a/Lib/http/server.py
+++ b/Lib/http/server.py
@@ -1154,7 +1154,7 @@ def run_cgi(self):
"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()
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]