commit | 0bd783228538b761e9b75cea3f42931c2d4ba6c6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 20 19:55:06 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 20 19:55:06 2002 +0000 |
tree | 830eb645cd6d01159cbdc51d51477e3db46da3db | |
parent | 0d2d87d202c62182983c9d7edce978a0c9c9aad1 [diff] |
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.