[issue7766] sys.getwindowsversion as PyStructSequence

Brian Curtin report at bugs.python.org
Sat Jan 23 22:14:41 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

Good point about OSVERSIONINFOEX. I've actually wanted some of that info as well, and according to MSDN the minimum supported client to get that structure is Windows 2000 - same as OSVERSIONINFO.

Attached is a patch updated with your comments plus the use of OSVERSIONINFOEX.

----------
Added file: http://bugs.python.org/file15984/winver_as_structseq_ex.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7766>
_______________________________________


More information about the Python-bugs-list mailing list