]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126625)
authorSebastian Pipping <sebastian@pipping.org>
Thu, 2 Jan 2025 12:54:38 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2025 12:54:38 +0000 (14:54 +0200)
commit8e48a6edc75ca67a34924bbe54463ca913ae6e58
treed50970c055e980f133ce1795a483e45fee0c75c3
parenta3711d1541c1b7987941b41d2247f87dae347117
gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126625)

Expose error code ``XML_ERROR_NOT_STARTED`` in `xml.parsers.expat.errors` which was
introduced in Expat 2.6.4.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/pyexpat.rst
Misc/NEWS.d/next/Library/2024-11-09-15-59-51.gh-issue-126624.bN53Va.rst [new file with mode: 0644]
Modules/pyexpat.c