Python CVS Woes
I wasted time this morning learning that the csv
module defaults to \r\n
line endings regardless of platform. This is clear enough in the documentation. But you have to figure out the problem before you’d know to look at line termination. It was an unpleasant surprise.