commit | f8b4de02a4895391483836448852ca9e65f6b2ee | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 06 15:32:40 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 06 15:32:40 1998 +0000 |
tree | c9cf6231fd6884c2d769103aab17908fa7f5cca1 | |
parent | 22ffac1b1f8288bac7a277a8caa04ca731a54b81 [diff] |
When we have no setvbuf(), make the file totally unbuffered using setbuf() if a buffer size of 0 or 1 byte is requested.