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 martin.panter
Recipients ezzieyguywuf, martin.panter
Date 2015-06-24.23:22:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435188172.85.0.944601251348.issue24503@psf.upfronthosting.co.za>
In-reply-to
Content
It’s working properly for me in 2.7.10:

$ cat -A input.csv
a,b,c$
1,2,3$
$ python2 testcase.py
$ cat -A output.csv
d,a,t,a^M$
d,a,t,a^M$
m,o,r,e, ,d,a,t,a^M$
History
Date User Action Args
2015-06-24 23:22:52martin.pantersetrecipients: + martin.panter, ezzieyguywuf
2015-06-24 23:22:52martin.pantersetmessageid: <1435188172.85.0.944601251348.issue24503@psf.upfronthosting.co.za>
2015-06-24 23:22:52martin.panterlinkissue24503 messages
2015-06-24 23:22:52martin.pantercreate