]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py
authorGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 19:55:06 +0000 (19:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 19:55:06 +0000 (19:55 +0000)
commit0bd783228538b761e9b75cea3f42931c2d4ba6c6
tree830eb645cd6d01159cbdc51d51477e3db46da3db
parent0d2d87d202c62182983c9d7edce978a0c9c9aad1
SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py

This patch causes CGIHTTPServer to update os.environ regardless of how
it tries to handle calls (fork, popen*, etc.).

Backport bugfix candidate.
Lib/CGIHTTPServer.py