Skip to content

[3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)#128582

Merged
hugovk merged 1 commit intopython:3.13from
miss-islington:backport-6ea04da-3.13
Jan 11, 2025
Merged

[3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)#128582
hugovk merged 1 commit intopython:3.13from
miss-islington:backport-6ea04da-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 7, 2025

  • Allow DOMParser.parse() to correctly handle DOMInputSource instances
    that only have a systemId attribute set.
  • Fix DOMEntityResolver.resolveEntity(), which was broken by the
    Python 3.0 transition.
  • Add Lib/test/test_xml_dom_xmlbuilder.py with few tests.
    (cherry picked from commit 6ea04da)

Co-authored-by: Stephen Morton git@tungol.org

* Allow DOMParser.parse() to correctly handle DOMInputSource instances
  that only have a systemId attribute set.
* Fix DOMEntityResolver.resolveEntity(), which was broken by the
  Python 3.0 transition.
* Add Lib/test/test_xml_dom_xmlbuilder.py with few tests.
(cherry picked from commit 6ea04da)

Co-authored-by: Stephen Morton <git@tungol.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants