[XML-SIG] getDOMImplementation() extension

Martin v. Loewis martin@v.loewis.de
06 Nov 2002 07:54:24 +0100


"Thomas B. Passin" <tpassin@comcast.net> writes:

> We could deprecate the old behavior and provide a means to phase it out over
> time -

That would work. However, I would really like to see that any code
actually breaks under this change. We can change it in PyXML, and if
anybody complains, we can change it back quickly and reconsider.

Most likely, nothing breaks: all callers of getDOMImplementation
arrange the arguments so that they know it will succeed.

Regards,
Martin