Guido> I'm not familiar with the csv module, but if it opens the file in Guido> binary mode, readline() and next() are *required* to only honor Guido> \n as the line end character. Maybe the csv module ought to open Guido> the file in universal newline mode (f = open(filename, "U")? That makes sense. I think the csv module will have to do its own end-of-line detection, since the end-of-line terminator is explicit. Guido> The patch you give would make next() behave like universal Guido> newline mode in all modes, which is definitely wrong. Good thing I asked. ;-) Skip
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4