This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, fenner, gregory.p.smith, pitrou, skip.montanaro
Date 2009-05-12.13:23:17
SpamBayes Score 8.3174355e-06
Marked as misclassified No
Message-id <1242134599.0.0.550465587772.issue1511@psf.upfronthosting.co.za>
In-reply-to
Content
I get different behavior in py3k compared to trunk:

~/trunk-py$ ./python issue1511_py3k.py
[['foo', 'bar\r\nbaz\r\nbiff', 'boo']]
'foo,"bar\r\nbaz\r\nbiff",boo\r\n'

~/trunk-py$ ../py3k/python issue1511_py3k.py
[['foo', 'bar\nbaz\nbiff', 'boo']]
'foo,"bar\nbaz\nbiff",boo\n'
History
Date User Action Args
2009-05-12 13:23:19ajaksu2setrecipients: + ajaksu2, skip.montanaro, gregory.p.smith, pitrou, fenner
2009-05-12 13:23:19ajaksu2setmessageid: <1242134599.0.0.550465587772.issue1511@psf.upfronthosting.co.za>
2009-05-12 13:23:17ajaksu2linkissue1511 messages
2009-05-12 13:23:17ajaksu2create