[pywin32-bugs] [ pywin32-Bugs-2946054 ] Missing elements from documentation
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-02-04 17:37:33
|
Bugs item #2946054, was opened at 2010-02-04 12:37 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2946054&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 Private: No Submitted By: olivier-toupin () Assigned to: Nobody/Anonymous (nobody) Summary: Missing elements from documentation Initial Comment: There is missing element in the provided documentation installed by the package. Running Python 2.6.4 PyWin32 214 I had to do for members in inspect.getmembers(win32con): print members to find some constants exemple PROCESS_TERMINATE needed for openProcess Also win32con is completely missing from documentation Random search also proved unsuccessful win32api.VOS_NT_WINDOWS32 win32api.VS_FF_PRIVATEBUILD There should be an online documentation too ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2946054&group_id=78018 |