mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages.
This commit is contained in:
parent
6e73aaab47
commit
403019b115
7 changed files with 146 additions and 59 deletions
|
|
@ -473,3 +473,20 @@ class CGIHandler(BaseCGIHandler):
|
|||
self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
|
||||
multithread=False, multiprocess=True
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue