[Python-Dev] file read-ahead with Mac end-of-line
Skip Montanaro
skip at pobox.com
Mon Aug 18 11:11:14 EDT 2003
More information about the Python-Dev mailing list
Mon Aug 18 11:11:14 EDT 2003
- Previous message: [Python-Dev] file read-ahead with Mac end-of-line
- Next message: [Python-Dev] Moving Tuesday; offline for 2 weeks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
aahz> Then that person needs to specify '\r' as EOL (and open the file
aahz> as binary). There's no one-size fits all and yes, you normally do
aahz> need to quote string fields with embedded newlines with CSV.
Then it's better than we never use universal newline (or plain text) mode,
and do our own line parsing. Without it, I think the opportunities for
confusion are too great.
Skip
- Previous message: [Python-Dev] file read-ahead with Mac end-of-line
- Next message: [Python-Dev] Moving Tuesday; offline for 2 weeks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list