On 2007-09-27 08:15, Steve Vinoski wrote: ...deleted > 2. Are there existing alternatives to the regular file module functions > for file I/O that might skirt this problem, and if so, what are they? there are many functions for file I/O in the io module. they are _slower_ than the functions in the file module. bengt