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

Paul Moore p.f.moore at gmail.com
Mon Aug 13 14:50:12 CEST 2007


On 13/08/07, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> 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.

Yes, I'd agree with that (it's not a case I particularly care about
myself, but I agree with your logic).

Paul.


More information about the Python-3000 mailing list