win32com: _NewEnum being cached

Tom Hines tom_hines at my-deja.com
Mon May 1 11:33:50 EDT 2000


> You should be able to say:
>
> enum = ob._NewEnum()
> for i in enum:

Thanks Mark.  That worked when I switched to static dispatch calling
convention.  My wish list for the next release includes not having to
call _NewEnum() explicitly, and having the option to use dynamic
dispatch in this case.

Thanks again.
Tom



Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list