[issue9883] minidom: AttributeError: DocumentFragment instance has no attribute 'writexml'

Stefan Behnel report at bugs.python.org
Wed Apr 3 13:47:25 EDT 2019


Stefan Behnel <stefan_ml at behnel.de> added the comment:

Seems like a reasonable request to me, even if it hasn't been touched or re-requested for years.

Funny enough, DocumentFragment is currently documented as "not implemented" (as for Entity, Notation, CDATASection, CharacterData, DOMImplementation, DocumentType). I'll add a PR to clean those up.

https://docs.python.org/3/library/xml.dom.minidom.html#minidom-and-the-dom-standard

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue9883>
_______________________________________


More information about the Python-bugs-list mailing list