Skip to content

[3.13] gh-157406: Report all document type declarations in the Python XMLParser (GH-157408) - #157410

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-f802d2d-3.13
Sep 13, 2026
Merged

[3.13] gh-157406: Report all document type declarations in the Python XMLParser (GH-157408)#157410
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-f802d2d-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

The Python implementation of XMLParser only reported a document type
declaration with an external identifier. Use the Expat handler, like
the C implementation does.
(cherry picked from commit f802d2d)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…XMLParser (pythonGH-157408)

The Python implementation of XMLParser only reported a document type
declaration with an external identifier.  Use the Expat handler, like
the C implementation does.
(cherry picked from commit f802d2d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka
serhiy-storchaka merged commit 13d62fb into python:3.13 Sep 13, 2026
43 of 46 checks passed
@miss-islington
miss-islington deleted the backport-f802d2d-3.13 branch September 13, 2026 09:42
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.

2 participants