From: Eric Smith Date: Wed, 27 Jan 2010 00:29:32 +0000 (+0000) Subject: Blocked revisions 77763 via svnmerge X-Git-Tag: v2.6.5rc1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e57b3eca7251b2f3898c61196a44b785148443f;p=python Blocked revisions 77763 via svnmerge ........ 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. ........ ---