]> granicus.if.org Git - python/commit
On second thought, first try for _winreg, and then winreg. Only if both
authorGreg Ward <gward@python.net>
Thu, 29 Jun 2000 23:04:59 +0000 (23:04 +0000)
committerGreg Ward <gward@python.net>
Thu, 29 Jun 2000 23:04:59 +0000 (23:04 +0000)
commit83c3870e2b3c1a652bdcdd8779ab8fc0f284f27d
treed5ad60b6f94854406f1ac66e5e50faeb539696d3
parentcc7371c437595b664efa53dd442fced33d25c34c
On second thought, first try for _winreg, and then winreg.  Only if both
fail do we try for win32api/win32con.  If *those* both fail, then we don't
have registry access.  Phew!
Lib/distutils/msvccompiler.py