[pywin32-bugs] [ pywin32-Bugs-1051453 ] win32pdhutil.browse broken (intentionally?)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-10-21 12:53:21
|
Bugs item #1051453, was opened at 2004-10-21 04:53 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=1051453&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Chapman (glchapman) Assigned to: Nobody/Anonymous (nobody) Summary: win32pdhutil.browse broken (intentionally?) Initial Comment: The win32pdhutil.browse function no longer displays a dialog as documented in the "Python Programming on Win32" book. Looking at the CVS history, revision 1.6 removed the call to win32pdh.BrowseCounters and the subsequent "def test():" declaration, so that the code which was in the test function is now in browse. I'm wondering if this was an accident, since browse still takes the same parameters, but it doesn't use them. If the change was intentional, I think some comment explaining it is in order, especially since BrowseCounters still seems to work just fine given the parameters browse was giving it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1051453&group_id=78018 |