]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Dec 2020 12:42:05 +0000 (04:42 -0800)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 12:42:05 +0000 (04:42 -0800)
commit70ced2dd27ee59abee9af6926e9ce7d93f06f885
treeea66793bc869d82a712060e996c5e2e74176bca8
parent8f9313c83f74ff662985085cd5e7a8e4b3d8df3b
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)

The descriptions of the `codes` and `messages` dictionaries in
`xml.parsers.expat.errors` were swapped, and this commit swaps them
back. For example, `codes` maps string descriptions of errors to numeric
error codes, not the other way around.
(cherry picked from commit 84402eb11086f97d31164aaa23e7238da3464f41)

Co-authored-by: Michael Wayne Goodman <goodman.m.w@gmail.com>
Doc/library/pyexpat.rst