commit | d01e9aa0df6471befde64550db232968732d975e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 30 04:20:58 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 30 04:20:58 1997 +0000 |
tree | 80cddecfcc7f7a04d27e55ba8de8d11f44baf0a9 | |
parent | 1cd6a457d9c4aa3cea72e7ccef4b008eb5e24654 [diff] [blame] |
the usual
diff --git a/Lib/dos-8x3/cgihttps.py b/Lib/dos-8x3/cgihttps.py index 85e1721..b40edbc 100755 --- a/Lib/dos-8x3/cgihttps.py +++ b/Lib/dos-8x3/cgihttps.py
@@ -148,8 +148,7 @@ if ua: env['HTTP_USER_AGENT'] = ua # XXX Other HTTP_* headers - import regsub - decoded_query = regsub.gsub('+', ' ', query) + decoded_query = string.replace(query, '+', ' ') try: os.setuid(nobody) except os.error: