commit | a8538a504f6cebc142e71c158c1d3c215d852abf | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Thu May 06 03:01:55 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Thu May 06 03:01:55 2010 +0000 |
tree | 3ad6af2f2ba13c563e1abad8f1d4e1bf3c0fdc63 | |
parent | 3ce72a21c9573a7c73bf551591c59036483bd031 [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. ........