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>