]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-30188)
authorSebastian Pipping <sebastian@pipping.org>
Fri, 31 Dec 2021 09:57:00 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Dec 2021 09:57:00 +0000 (10:57 +0100)
commite18d81569fa0564f3bc7bcfd2fce26ec91ba0a6e
tree9e050cf78ed7da357ccafb5e81d341fddb4e2fa1
parent35628e4cde71e54afe12aea50c74069afe2c3389
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-30188)

The idea is to ensure that module `xml.parsers.expat.errors`
contains all known error codes and messages,
even when CPython is compiled or run with an outdated version of libexpat.

https://bugs.python.org/issue45321
Doc/library/pyexpat.rst
Misc/NEWS.d/next/Library/2021-12-19-00-00-48.bpo-45321.OyuhaY.rst [new file with mode: 0644]
Modules/pyexpat.c