summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-12-29-13-49-46.gh-issue-128302.psRpPN.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.14.0a4v3.14.0a4Hugo van Kemenade2025-01-141-2/+0
|
* gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)Stephen Morton2025-01-071-0/+2
* 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.