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 christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, loewis
Date 2008-02-12.22:55:35
SpamBayes Score 0.037282493
Marked as misclassified No
Message-id <47B223E5.8060706@cheimes.de>
In-reply-to <1202853651.52.0.938645688709.issue2065@psf.upfronthosting.co.za>
Content
Amaury Forgeot d'Arc wrote:
> Is it permitted to allow python compile with older compilers, even with
> some functions missing?

When a user compiles her own Python binary she is most probably
experienced enough to notice the difference. We can't hold the hand of
every user who strolls off the official path. New features was one of
reasons for the migration to VS 2008. Legacy support shouldn't stop us
from introducing new features.

So yes, it's permitted to build Python with old compilers but users must
not expect full support of all features.

Christian
History
Date User Action Args
2008-02-12 22:55:36christian.heimessetspambayes_score: 0.0372825 -> 0.037282493
recipients: + christian.heimes, loewis, amaury.forgeotdarc
2008-02-12 22:55:36christian.heimeslinkissue2065 messages
2008-02-12 22:55:35christian.heimescreate