SIGN IN SIGN UP

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).
M
Martin v. Löwis committed
f8de21c51bed1823a1a906562705ce84d9c4603d
Parent: 041411a