[issue7545] IO buffering behaviour not properly documented

Antoine Pitrou report at bugs.python.org
Sat Dec 19 17:08:56 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

"Full buffering" means exactly what you discovered it means - enable a
buffer of a given number of bytes (3, 4096 or anything else). I'm not
sure what you thought it meant? That the file was buffered in its
entirety, regardless of its size?

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7545>
_______________________________________


More information about the Python-bugs-list mailing list