]> granicus.if.org Git - python/commit
Fix #7863. Properly identify Windows 7 and Server 2008 R2.
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 6 May 2010 02:54:44 +0000 (02:54 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 6 May 2010 02:54:44 +0000 (02:54 +0000)
commit11f8b9db79515571d7b965c7c33e4857631d8249
tree476f523fc1d5c06c94ead5724a0c48233186a92a
parentca4856249dd2c7c469abceeff4aee9a4987b4643
Fix #7863. Properly identify Windows 7 and Server 2008 R2.

Removed various unused code and added a way to correctly determine
server vs. workstation via the registry.
Lib/platform.py