[Python-Dev] Make universal newlines non-optional
Martin v. Löwis
martin@v.loewis.de
03 Dec 2002 19:05:40 +0100
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