This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients ClintonRoy, amaury.forgeotdarc, loewis, pitrou, sol
Date 2009-05-29.23:04:06
SpamBayes Score 1.1478954e-05
Marked as misclassified No
Message-id <4A2069E3.5040802@v.loewis.de>
In-reply-to <1243636869.5435.3.camel@localhost>
Content
> I did get that message (and got puzzled by it).
> I worked around it by reading the file in universal newlines mode and
> saving it again.

I believe this has broken part of the configure script. There is an
ac_cr variable that is supposed to hold a sole carriage-return
character; it now holds a newline character instead. This will break
the test whether the system autoconf deals with carriage-return
characters correctly, which probably means that it may decide to use
awk to do file substitution when it should have been using /bin/sh,
or vice versa (I haven't fully understood the purpose of this test).
History
Date User Action Args
2009-05-29 23:04:08loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, ClintonRoy, sol
2009-05-29 23:04:07loewislinkissue3585 messages
2009-05-29 23:04:06loewiscreate