Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages.

This commit is contained in:
Phillip J. Eby 2006-06-12 04:04:32 +00:00
parent 6e73aaab47
commit 403019b115
7 changed files with 146 additions and 59 deletions

View file

@ -473,3 +473,20 @@ class CGIHandler(BaseCGIHandler):
self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
multithread=False, multiprocess=True
)
#