Message106210
| Author | r.david.murray |
|---|---|
| Recipients | ajaksu2, andrewmcnamara, fresh, r.david.murray |
| Date | 2010-05-21.01:33:21 |
| SpamBayes Score | 0.00048152427 |
| Marked as misclassified | No |
| Message-id | <1274405605.15.0.742032497828.issue1072404@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The doc has been fixed; using lineterminator in reader has not been and is not likely to be implemented (unless someone wants to come forward with a patch). Processing files that use \r line endings does work; as indicated you use universal newline mode for the input file. In Py3k you can wrap a BytesIO object in a TextIOWrapper to get universal newline parsing. So, I'm closing this as wont fix, as suggested. If someone does want to implement lineterminator for reader, they can open a new feature request issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-21 01:33:25 | r.david.murray | set | recipients: + r.david.murray, fresh, andrewmcnamara, ajaksu2 |
| 2010-05-21 01:33:25 | r.david.murray | set | messageid: <1274405605.15.0.742032497828.issue1072404@psf.upfronthosting.co.za> |
| 2010-05-21 01:33:23 | r.david.murray | link | issue1072404 messages |
| 2010-05-21 01:33:21 | r.david.murray | create | |