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 amaury.forgeotdarc
Recipients BreamoreBoy, LRN, WhiteTiger, amaury.forgeotdarc, davidfraser, eric.araujo, giampaolo.rodola, lkcl, rpetrov, rschoon.old, tarek, zooko
Date 2010-11-15.21:14:26
SpamBayes Score 1.4491377e-08
Marked as misclassified No
Message-id <1289855668.24.0.389070144499.issue3871@psf.upfronthosting.co.za>
In-reply-to
Content
> But different build system make new plaform!
Maybe, but not a new "sys.platform".

VC6 and VS9.0 don't share any project file for the compilation; but they both build a sys.platform=='win32'.
Distutils has to use another way to make the difference and choose the right compiler (in distutils.mscvcompiler.get_build_version())
History
Date User Action Args
2010-11-15 21:14:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lkcl, zooko, davidfraser, giampaolo.rodola, tarek, eric.araujo, rpetrov, rschoon.old, WhiteTiger, BreamoreBoy, LRN
2010-11-15 21:14:28amaury.forgeotdarcsetmessageid: <1289855668.24.0.389070144499.issue3871@psf.upfronthosting.co.za>
2010-11-15 21:14:26amaury.forgeotdarclinkissue3871 messages
2010-11-15 21:14:26amaury.forgeotdarccreate