[Python-Dev] PEP 278 - finished? (original) (raw)
Barry A. Warsaw barry@zope.com
Thu, 11 Apr 2002 14:37:00 -0400
- Previous message: [Python-Dev] PEP 278 - finished?
- Next message: [Python-Dev] PEP 278 - finished?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"GvR" == Guido van Rossum <guido@python.org> writes:
GvR> One comment for Jack: I think that the 'newlines' attribute
GvR> should exist even if universal newlines are not configured;
GvR> it should always be None in that case.
Minor suggestions:
when mixed newlines are found in a file, can the newlines attribute be a list of those that are found, instead of "mixed"?
shouldn't open() mode "wU" also be illegal?
Other than that, +1 (it would squelch the complaints about the email package on systems who's MTA doesn't convert to native-newlines for mail program stdin).
-Barry
- Previous message: [Python-Dev] PEP 278 - finished?
- Next message: [Python-Dev] PEP 278 - finished?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]