]> granicus.if.org Git - python/commit
Variant of SF patch 614770: MSVC 7 support
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 May 2003 16:06:42 +0000 (16:06 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 May 2003 16:06:42 +0000 (16:06 +0000)
commit9ddf6c38030824ec1636328c0b7e2a51d57bca80
treed5b0d42ea43a87571a32efb62ba8267b2965b124
parentbc06feae9c0ea8c937986b39882ac53dc0452a1b
Variant of SF patch 614770: MSVC 7 support

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.
Lib/distutils/msvccompiler.py