]> granicus.if.org Git - python/commit
Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add...
authorEric Smith <eric@trueblade.com>
Wed, 27 Jan 2010 00:28:29 +0000 (00:28 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 27 Jan 2010 00:28:29 +0000 (00:28 +0000)
commitee931b7253fe332125dad0b7ba1681bdebb0a575
tree554ff3645e00dd0d7dcb90992eefd3fcc8d2ab26
parent92e68af56a2b95627c2220c3e190d7e3c2d4643e
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.
Doc/library/sys.rst
Lib/test/test_sys.py
Misc/NEWS
Python/sysmodule.c