]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 1.18, 1.19, 1.20:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 04:39:41 +0000 (04:39 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 04:39:41 +0000 (04:39 +0000)
commitf05af938dc3cd8e075cde6c966f4447a48789d84
tree0dcad029f1668773d910f656234f3e300b80b165
parent77aee7e57d54ca1276a7f9cd7196cd6331382e1f
backport 1.18, 1.19, 1.20:
--
Apply two small changes to the Windows code, according to SF bug
#427345.  These are supposed to support binary data and avoid
buffering problems on Windows.
--
SF patch #467430.
- replace some log_error() calls with log_message()
- flush self.rfile before forking too (hope this works on Windows)
--
Fix two typos, one noted by Noah Spurrier in SF bug #475166, the
second noted after a second's thought about what the next line should
do. :-(
Lib/CGIHTTPServer.py