[issue4864] test_msvc9compiler fails on VC6

Hirokazu Yamamoto report at bugs.python.org
Wed Jan 7 10:31:25 CET 2009


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

> 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?

Added file: http://bugs.python.org/file12631/test_msvc9compiler.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4864>
_______________________________________


More information about the Python-bugs-list mailing list