]> granicus.if.org Git - python/commit
Do not allow empty qualifiedName in createDocument.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 6 Feb 2001 01:16:06 +0000 (01:16 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 6 Feb 2001 01:16:06 +0000 (01:16 +0000)
commitb417be2ad9c4d4d7ab9d682f71c771de37a48dcc
tree5d0261a33c1beffb4d56908de64c5c1fb6643628
parent269b83bc05452f4f54fa9df5a76608f88da544fe
Do not allow empty qualifiedName in createDocument.
Rearrange pulldom to create documents with root element.
Provide clear methods so that the ContentHandler releases its hold on the
document.
Lib/xml/dom/minidom.py
Lib/xml/dom/pulldom.py