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 georg.brandl
Recipients eric.araujo, georg.brandl, loewis, t-kamiya, terry.reedy
Date 2010-07-31.19:32:40
SpamBayes Score 0.0002100976
Marked as misclassified No
Message-id <1280604762.35.0.640353701657.issue5778@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, in Python/getcompiler.c there is an explicit \n before [GCC ...], and this is why:

------------------------------------------------------------------------
r17259 | gvanrossum | 2000-09-05 06:40:39 +0200 (Di, 05. Sep 2000)

The GCC version is loooooooooong; put it on a new line.
------------------------------------------------------------------------
History
Date User Action Args
2010-07-31 19:32:42georg.brandlsetrecipients: + georg.brandl, loewis, terry.reedy, eric.araujo, t-kamiya
2010-07-31 19:32:42georg.brandlsetmessageid: <1280604762.35.0.640353701657.issue5778@psf.upfronthosting.co.za>
2010-07-31 19:32:40georg.brandllinkissue5778 messages
2010-07-31 19:32:40georg.brandlcreate