summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2025-01-02 12:54:38 (GMT)
committerGitHub <noreply@github.com>2025-01-02 12:54:38 (GMT)
commit8e48a6edc75ca67a34924bbe54463ca913ae6e58 (patch)
treed50970c055e980f133ce1795a483e45fee0c75c3 /Misc
parenta3711d1541c1b7987941b41d2247f87dae347117 (diff)
downloadcpython-8e48a6edc75ca67a34924bbe54463ca913ae6e58.zip
cpython-8e48a6edc75ca67a34924bbe54463ca913ae6e58.tar.gz
cpython-8e48a6edc75ca67a34924bbe54463ca913ae6e58.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-09-15-59-51.gh-issue-126624.bN53Va.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-09-15-59-51.gh-issue-126624.bN53Va.rst b/Misc/NEWS.d/next/Library/2024-11-09-15-59-51.gh-issue-126624.bN53Va.rst
new file mode 100644
index 0000000..468840a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-09-15-59-51.gh-issue-126624.bN53Va.rst
@@ -0,0 +1,2 @@
+Expose error code :data:`~xml.parsers.expat.errors.XML_ERROR_NOT_STARTED`
+of Expat >=2.6.4 in :mod:`xml.parsers.expat.errors`.