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.
M
Michael Wayne Goodman committed
84402eb11086f97d31164aaa23e7238da3464f41
Parent: a4258e8
Committed by GitHub <noreply@github.com>
on 12/29/2020, 12:33:15 PM