https://github.com/python/cpython/commit/832a6918b1af8d26c9da640cd9e5ceda7e5d5585
commit: 832a6918b1af8d26c9da640cd9e5ceda7e5d5585
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-04-06T08:53:15Z
summary:

[3.13] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) 
(#132150)

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 7d0da5052d2d4d..281da28a0ad04e 100644
--- a/Lib/http/server.py
+++ b/Lib/http/server.py
@@ -1104,7 +1104,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

Reply via email to