• Martin v. Löwis's avatar
    Merge with PyXML 1.3: · f8de21c5
    Martin v. Löwis yazdı
    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).
    f8de21c5
domreg.py 3.41 KB