]> granicus.if.org Git - python/commit
Simplified Thomas Heller's registry patch: just assign all those
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 16:53:42 +0000 (16:53 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 16:53:42 +0000 (16:53 +0000)
commit1027e3fde9b9cb6eb470cc13e48fbd2208658b32
tree685960fa427b8710134052962331866338d6fbbb
parent7642f5cf3899d296b111d2a21d531cbd795215fb
Simplified Thomas Heller's registry patch: just assign all those
HKEY_* and Reg* names once, rather than having near-duplicate code
in the two import attempts.

Also dropped the leading underscore on all the imported symbols,
as it's not appropriate (they're not local to this module).
Lib/distutils/msvccompiler.py