This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients Julian.Gindi, ajitesh.gupta, karlcow, mark.dickinson, python-dev, r.david.murray, serhiy.storchaka, zach.ware
Date 2019-10-03.09:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570094952.11.0.554903241685.issue19683@roundup.psfhosted.org>
In-reply-to
Content
err… Errata on my previous comment.

"""
Simple implementation of the Level 1 DOM.

Namespaces and other minor Level 2 features are also supported.
"""
https://github.com/python/cpython/blob/c65119d5bfded03f80a9805889391b66fa7bf551/Lib/xml/dom/minidom.py#L1-L3


https://www.w3.org/TR/REC-DOM-Level-1/
History
Date User Action Args
2019-10-03 09:29:12karlcowsetrecipients: + karlcow, mark.dickinson, r.david.murray, python-dev, zach.ware, serhiy.storchaka, Julian.Gindi, ajitesh.gupta
2019-10-03 09:29:12karlcowsetmessageid: <1570094952.11.0.554903241685.issue19683@roundup.psfhosted.org>
2019-10-03 09:29:12karlcowlinkissue19683 messages
2019-10-03 09:29:12karlcowcreate