How to increase buffer size of a file ?

Fredrik Lundh fredrik at pythonware.com
Mon Oct 16 11:58:09 EDT 2006


durumdara wrote:

> How to increase buffer size of a file ?
> I want to use more buffer, but I don't want to replace every file object 
> with my class.

the open() file factory takes the buffer size as an optional third 
argument.  see the documentation for details.

</F>




More information about the Python-list mailing list