projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290f187
)
Typo repair. Please include in any backports.
author
Guido van Rossum
<guido@python.org>
Tue, 20 Aug 2002 20:07:10 +0000
(20:07 +0000)
committer
Guido van Rossum
<guido@python.org>
Tue, 20 Aug 2002 20:07:10 +0000
(20:07 +0000)
Lib/CGIHTTPServer.py
patch
|
blob
|
history
diff --git
a/Lib/CGIHTTPServer.py
b/Lib/CGIHTTPServer.py
index eb1ee198b33e9c96e870d418aaea494dd8581592..6c3e09ea9bef3801f6da2bd409563c2215635b89 100644
(file)
--- a/
Lib/CGIHTTPServer.py
+++ b/
Lib/CGIHTTPServer.py
@@
-182,7
+182,7
@@
class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
for k in ('QUERY_STRING', 'REMOTE_HOST', 'CONTENT_LENGTH',
'HTTP_USER_AGENT', 'HTTP_COOKIE'):
env.setdefault(k, "")
-
so
.environ.update(env)
+
os
.environ.update(env)
self.send_response(200, "Script output follows")