[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-10 05:36:19
|
Bugs item #1400633, was opened at 2006-01-10 06:13 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2006-01-10 16:36 Message: Logged In: YES user_id=14198 You can now specify 1 for a new optional param, and the function will return the extra info. Checking in win32apimodule.cpp; new revision: 1.52; previous revision: 1.51 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1400633&group_id=78018 |