Hirokazu Yamamoto <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue4864>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com