Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
serhiy-storchaka wants to merge 1 commit into
python:3.15from
serhiy-storchaka:backport-f802d2d-3.15
Open

[3.15] gh-157406: Report all document type declarations in the Python XMLParser (GH-157408)#157411
serhiy-storchaka wants to merge 1 commit into
python:3.15from
serhiy-storchaka:backport-f802d2d-3.15

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

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 [email protected]

…Python 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant