csv module usage in w2k -> lineterminator in dialect?
Skip Montanaro
skip at pobox.com
Thu Feb 5 10:52:25 EST 2004
More information about the Python-list mailing list
Thu Feb 5 10:52:25 EST 2004
- Previous message (by thread): csv module usage in w2k -> lineterminator in dialect?
- Next message (by thread): save animated GIF with Python Image Library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Teuvo> If I use:
Teuvo> lineterminator = '\n' in the dialect
Teuvo> the file ends get's generated in hex: 0D OA (Carriadge return, new
Teuvo> line)
Make sure you open the file with the 'b' flag.
Skip
- Previous message (by thread): csv module usage in w2k -> lineterminator in dialect?
- Next message (by thread): save animated GIF with Python Image Library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list