[Python-Dev] Make universal newlines non-optional (original) (raw)
Martin v. L�wis martin@v.loewis.de
03 Dec 2002 19:05:40 +0100
- Previous message: [Python-Dev] Re: [Python-checkins] python/nondist/sandbox/datetime picklesize.py,NONE,1.1
- Next message: [Python-Dev] Make universal newlines non-optional
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At the time the universal newline code was committed, there was discussion whether or not it should be optional.
I'd like to propose that it doesn't need to be optional: having a configuration option for it complicates the build documentation, and the space savings that one may gain from disabling it are minimal.
So I volunteer to remove the #ifdef machinery around it. Any objections?
Regards, Martin
- Previous message: [Python-Dev] Re: [Python-checkins] python/nondist/sandbox/datetime picklesize.py,NONE,1.1
- Next message: [Python-Dev] Make universal newlines non-optional
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]