[Csv] csv.writer, file must be binary mode...

Andrew McNamara andrewm at object-craft.com.au
Wed Feb 12 05:00:17 CET 2003


A posting by Tim Peters on the Python list reminded me that csv.writer()
is not the only module that requires it be passed a file in binary module - 
Pickle is classic example.

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/


More information about the Csv mailing list