]> granicus.if.org Git - python/commit
SF bug #770601: CGIHTTPServer and environment variables (bug + solution)
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Jul 2003 06:56:32 +0000 (06:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jul 2003 06:56:32 +0000 (06:56 +0000)
commit92f200b569d402e1c4adabfb4c7dc7c9c11891fe
tree812e52e2ab6a6f37b9b7750c21f284b23943e4b0
parent7a6c733c3b8ee131d7860ecb0877837e412c2959
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).
Lib/CGIHTTPServer.py