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

Guido van Rossum guido at python.org
Wed Aug 15 03:41:47 CEST 2007


On 8/14/07, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Guido van Rossum wrote:
>
> > Now, this doesn't support bare \r as line terminator, but I doubt you
> > care much about that (unless you want to port the email package to Mac
> > OS 9 :-).
>
> Haven't we decided that '\r' still occurs in some
> cases even on MacOSX?

Yes.

I was simply describing what works today. The \r option still needs to
be added to io.py. But it is in the PEP.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list