How to write fast into a file in python?

Dave Angel davea at davea.name
Sat May 18 22:41:32 EDT 2013


On 05/18/2013 01:00 PM, Carlos Nepomuceno wrote:
> Python really writes '\n\r' on Windows. Just check the files.

That's backwards.  '\r\n' on Windows, IF you omit the b in the mode when 
creating the file.



-- 
DaveA



More information about the Python-list mailing list