DISPID_VALUE hides item as special member in generated interfaces
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
If the item method is used with DISPID_VALUE in a dispatch interface the special meaning of the item method is masked by the value special method. Hence any index support is not possible anymore if the item method, see
https://sourceforge.net/p/pywin32/bugs/627/
http://stackoverflow.com/questions/14538169/getitem-error-in-win32com-powerpoint-object-library
I attached a diff which fixes this behavior.