]> granicus.if.org Git - python/commit
Apply two small changes to the Windows code, according to SF bug
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 19:55:10 +0000 (19:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 19:55:10 +0000 (19:55 +0000)
commit16fd3381d4e5ba884c5b9e5135a1d7cc5e5e9a2c
tree45c1a53f38873d166be1b8d27ba57a4617112d17
parent56b5fdd295d7e4be64036529cbbb6ffd252ac6bc
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.
Lib/CGIHTTPServer.py