commit | 92f200b569d402e1c4adabfb4c7dc7c9c11891fe | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jul 14 06:56:32 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jul 14 06:56:32 2003 +0000 |
tree | 812e52e2ab6a6f37b9b7750c21f284b23943e4b0 | |
parent | 7a6c733c3b8ee131d7860ecb0877837e412c2959 [diff] |
SF bug #770601: CGIHTTPServer and environment variables (bug + solution) (contributed by Vincent Delft.) The script updated os.environ but failed to pass the whole environment to the child process (the CGI script).