[Python-3000] io library/PEP 3116 bits (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jul 31 04:19:44 CEST 2007


Guido van Rossum wrote:

I don't think \r needs to be supported -- OSX uses \n;

Not always. It's still possible to come across situations where dealing with \r is necessary, when using Classic applications or OSX ports of them. I think it would be premature to drop support for \r at this stage.

-- Greg



More information about the Python-3000 mailing list