]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #467430.
authorGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 06:45:56 +0000 (06:45 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 06:45:56 +0000 (06:45 +0000)
commitbcbdc95e90794794081927b81006ce8563974969
treee8071ff4928527396c666a138490938d1057da66
parentb33e789cb85647da55a89b5f23302ce011859faf
SF patch #467430.

- replace some log_error() calls with log_message()

- flush self.rfile before forking too (hope this works on Windows)
Lib/CGIHTTPServer.py
Misc/ACKS