Message23299
| Author | andrewmcnamara |
|---|---|
| Recipients | |
| Date | 2005-01-18.12:11:36 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES user_id=698599 This cannot be fixed with the current interface - the line splitting is being done by the file iterator, and it only supports \r and \n. As I said, you'll get better results with universal newline mode. The parser in Python 2.5 (the CVS HEAD) has been improved somewhat, but it's still not possible to use anything other than \r and \n for end-of-line. The documentation has been updated to reflect this fact. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 14:27:47 | admin | link | issue1072404 messages |
| 2007-08-23 14:27:47 | admin | create | |