]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the rest of issue 1400, by introducing a proper implementation of
authorGuido van Rossum <guido@python.org>
Thu, 6 Dec 2007 01:04:26 +0000 (01:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Dec 2007 01:04:26 +0000 (01:04 +0000)
commitf64db9f6db6dc631368faaeaa5547769a01682cc
treefe6ff3ed1fb0ed0d3edfe193f303a31a3d93a003
parent786720876c4a473284a0324c8e3b43ed87e8f42c
Fix the rest of issue 1400, by introducing a proper implementation of
line buffering.  The TextIOWrapper class no longer calls isatty() on
every write() call.
Lib/io.py
Lib/test/output/test_cProfile
Lib/test/output/test_profile
Lib/test/test_io.py