]> granicus.if.org Git - python/commit
If Mark Hammonds win32 tools are not available, try to use the _winreg module
authorMarc-André Lemburg <mal@egenix.com>
Thu, 20 Mar 2008 17:31:36 +0000 (17:31 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 20 Mar 2008 17:31:36 +0000 (17:31 +0000)
commitdbd61a2bffeac56c808afa8df101932c1a175c98
tree342dd02a53fc32ec6ea2677f6ba7917557fc8803
parentfa6a8b3aaadbf4d898293e28f4defdc0bbca7bbb
If Mark Hammonds win32 tools are not available, try to use the _winreg module
and sys.getwindowsversion() to get at the Windows version info.

For the machine and processor uname() values, use the environment variables
for these on Windows XP and later.
Lib/platform.py