]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify the registry-module-finding code: _winreg or win32api/win32con.
authorGreg Ward <gward@python.net>
Fri, 30 Jun 2000 19:37:59 +0000 (19:37 +0000)
committerGreg Ward <gward@python.net>
Fri, 30 Jun 2000 19:37:59 +0000 (19:37 +0000)
commit1b5ec76190dba6c488a7617731050f7a870260ab
treec5ff8831f6d7d848ebe5d6061a6e6d0f5f302bf5
parent2658d15d45b7ce99d36fbca2e0d7cc8b3071f892
Simplify the registry-module-finding code: _winreg or win32api/win32con.
This'll work fine with 2.0 or 1.5.2, but is less than ideal for
1.6a1/a2.  But the code to accomodate 1.6a1/a2 was released with
Distutils 0.9, so it can go away now.
Lib/distutils/msvccompiler.py