NewEnum for buggy COM Servers
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
COM Server implemented in .NET could return the same object for every _NewEnum call and the .NET implementation does not support the IEnumVARIANT::Reset method. This patch fixes the server behavior and add Python specific index operations for the Item method
Patch with the changed behavior.