]> granicus.if.org Git - python/commit
Merge with PyXML 1.3:
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Jan 2003 09:04:35 +0000 (09:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Jan 2003 09:04:35 +0000 (09:04 +0000)
commitf8de21c51bed1823a1a906562705ce84d9c4603d
treed6db4ebbc5ed1129c382f03bb6dc738b4b273014
parent041411a1c70e0e01fb32864359990d4fd3a20f97
Merge with PyXML 1.3:
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).
Lib/xml/dom/domreg.py