• Jeremy Hylton's avatar
    Variant of SF patch 614770: MSVC 7 support · 70a92cda
    Jeremy Hylton authored
    distutils now looks for the compiler version in sys.version, falling
    back to MSVC 6 if the version isn't listed (Python 2.2 and lower).
    Add helper routines for reading the registry.  Refactor many
    module functions into methods of the compiler to avoid passing
    lots of state as arguments.
    70a92cda
msvccompiler.py 18.4 KB