Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53630
| References | <20130904100403.163b42bd@bigbox.christie.dr> |
|---|---|
| Date | 2013-09-04 10:20 -0500 |
| Subject | Re: Dealing with \r in CSV fields in Python2.4 |
| From | Skip Montanaro <skip@pobox.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.44.1378308044.5461.python-list@python.org> (permalink) |
> _csv.Error: newline inside string How are the lines actually terminated, with \r\n or with just \n? If it's just \n, what happens if you specify \n as the line terminator? Skip
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Dealing with \r in CSV fields in Python2.4 Skip Montanaro <skip@pobox.com> - 2013-09-04 10:20 -0500
csiph-web