https://github.com/python/cpython/commit/0bfb3ba9742989491ebdd7b4d5cee6f00282b100 commit: 0bfb3ba9742989491ebdd7b4d5cee6f00282b100 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-06T08:29:09Z summary:
[3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151) Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (cherry picked from commit 0a10b45dd16a8c971363d917b9ebd1266e65f710) Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreeni...@gmail.com> files: M Lib/http/server.py diff --git a/Lib/http/server.py b/Lib/http/server.py index ca6240d9a921e6..0f2f3f6eec3bda 100644 --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -1098,7 +1098,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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com