Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53630 > unrolled thread
| Started by | Skip Montanaro <skip@pobox.com> |
|---|---|
| First post | 2013-09-04 10:20 -0500 |
| Last post | 2013-09-04 10:20 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Dealing with \r in CSV fields in Python2.4 Skip Montanaro <skip@pobox.com> - 2013-09-04 10:20 -0500
| From | Skip Montanaro <skip@pobox.com> |
|---|---|
| Date | 2013-09-04 10:20 -0500 |
| Subject | Re: Dealing with \r in CSV fields in Python2.4 |
| Message-ID | <mailman.44.1378308044.5461.python-list@python.org> |
> _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 top | Article view | comp.lang.python
csiph-web