Author andrewmcnamara
Recipients
Date 2006-06-20.23:17:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=698599

I think your problem is with str.splitlines(), rather than 
the csv.reader: splitlines ate the newline. If you pass it 
True as an argument, it will retain the end-of-line 
character in the resulting strings.
History
Date User Action Args
2007-08-23 14:39:09adminlinkissue1465014 messages
2007-08-23 14:39:09admincreate