[pywin32-bugs] [ pywin32-Bugs-1400633 ] GetVersionEx does not return everything
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-01-09 19:13:44
|
Bugs item #1400633, was opened at 2006-01-09 19:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1400633&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Hazel (ghazel) Assigned to: Nobody/Anonymous (nobody) Summary: GetVersionEx does not return everything Initial Comment: win32api.GetVersionEx() returns: (5, 1, 2600, 2, 'Service Pack 2') when it should return: (5, 1, 2600, 2, 'Service Pack 2', 2, 0, 256, 1, 0) sys.getwindowsversion() returns the short version as well, so I was hoping to use win32api to retrieve more detailed information. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1400633&group_id=78018 |