[Python-3000] [Python-Dev] Universal newlines support in Python 3.0

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Aug 13 02:03:41 CEST 2007


Paul Moore wrote:
> and you set the newline argument to specify a *specific*,
> non-universal, newline value

It still seems wrong to not translate the newlines, though,
since it's still a *text* mode, and the standard Python
representation of text has \n line endings.

--
Greg


More information about the Python-3000 mailing list