[ python-Bugs-967934 ] csv module cannot handle embedded \r

SourceForge.net noreply at sourceforge.net
Mon Jun 7 00:46:57 EDT 2004


Bugs item #967934, was opened at 2004-06-07 14:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=967934&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Gregory Bond (gnbond)
Assigned to: Nobody/Anonymous (nobody)
Summary: csv module cannot handle embedded \r

Initial Comment:
CSV module cannot handle the case of embedded \r (i.e.
carriage return) in a field.

As far as I can see, this is hard-coded into the _csv.c
file and cannot be fixed with Dialect changes.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=967934&group_id=5470



More information about the Python-bugs-list mailing list