> Question: > If I understand correctly this python callback implementation is IE > implementation dependent. If some new version of IE will start to call > this callback with [lets say]4 "by_ref" params only. Then this will > stop work. > > Is it possible to write python code independent of number "by_ref" > parameters passed?
In that case, a new interface will be defined, so assuming IE continues to support the old interfaces (which it generally does), there is no problem. Cheers, Mark _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
