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 ocean-city
Recipients amaury.forgeotdarc, ocean-city
Date 2009-01-07.09:31:24
SpamBayes Score 0.03533338
Marked as misclassified No
Message-id <1231320685.55.0.767395315412.issue4864@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't like this catch-all approach.

I agree with you. Lib/distutils/msvc9compiler.py still only have one 
top level DistutilsPlatformError,

VERSION = get_build_version()
if VERSION < 8.0:
    raise DistutilsPlatformError("VC %0.1f is not supported by this 
module" % VERSION)

but it's not guranteed in future. How abount the new patch?
History
Date User Action Args
2009-01-07 09:31:25ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc
2009-01-07 09:31:25ocean-citysetmessageid: <1231320685.55.0.767395315412.issue4864@psf.upfronthosting.co.za>
2009-01-07 09:31:24ocean-citylinkissue4864 messages
2009-01-07 09:31:24ocean-citycreate