We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7015918 commit 2a08400Copy full SHA for 2a08400
1 file changed
Misc/NEWS.d/next/Library/2026-03-28-10-27-46.gh-issue-146169.RBF1xp.rst
@@ -1,3 +1,4 @@
1
:mod:`xml.parsers.expat`: raise :exc:`RuntimeError` when an Expat handler
2
-calls :meth:`parser.Parse <xml.parsers.expat.xmlparser.Parse>` on the parser
+calls :meth:`parser.Parse <xml.parsers.expat.xmlparser.Parse>` or
3
+:meth:`parser.ParseFile <xml.parsers.expat.xmlparser.ParseFile>` on the parser
4
that called the handler. Patch by Bénédikt Tran.
0 commit comments