SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 295 Python

In class StreamRequestHandler, make the default buffering for rfile

and wfile class variables (that the instance can also override).
Change the default for rfile to buffered, because that seems to make a
big difference in performance on some platforms.

An anti-patch is needed to revert the effect in CGIHTTPServer.py which
I'll check in momentarily.
G
Guido van Rossum committed
01fed4d4e6a2d5f4ff85236bb3430cdfef5e4ada
Parent: b709df3