mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
f8de21c51b
Add support for the DOM Level 3 (draft) DOMImplementationSource interface to the xml.dom and xml.dom.minidom modules. Note API issue: the draft spec says to return null when there is no suitable implementation, while the Python getDOMImplementation() function raises ImportError (minor).