From: Eric Smith Date: Wed, 27 Jan 2010 00:45:36 +0000 (+0000) Subject: Blocked revisions 77765 via svnmerge X-Git-Tag: v3.1.2rc1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4628791e3a1850be0c275e30292fdbc02ad438e;p=python Blocked revisions 77765 via svnmerge ................ r77765 | eric.smith | 2010-01-26 19:44:57 -0500 (Tue, 26 Jan 2010) | 9 lines Merged revisions 77763 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77763 | eric.smith | 2010-01-26 19:28:29 -0500 (Tue, 26 Jan 2010) | 1 line Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. ........ ................ ---