commit | 6e2824dc35685fc27f551f96418761e383e91fae | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Thu May 06 03:05:50 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Thu May 06 03:05:50 2010 +0000 |
tree | 0866ff443525954aa7b14440466dc37f86a32226 | |
parent | e85200d5554893389bd81b1cf58e01e894588529 [diff] |
Merged revisions 80857 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80857 | brian.curtin | 2010-05-05 21:54:44 -0500 (Wed, 05 May 2010) | 5 lines 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. ........