[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Michael. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6, Python 3.7 ___ Python tracker

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-29 Thread miss-islington
miss-islington added the comment: New changeset cc7f745e80bc177dfc746b057e1c7656b78382e5 by Miss Islington (bot) in branch '3.9': bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) https://github.com/python/cpython/commit/cc7f745e80bc177dfc746b057e1c7656b78382e5 -- _

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-29 Thread miss-islington
miss-islington added the comment: New changeset 70ced2dd27ee59abee9af6926e9ce7d93f06f885 by Miss Islington (bot) in branch '3.8': bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) https://github.com/python/cpython/commit/70ced2dd27ee59abee9af6926e9ce7d93f06f885 -- _

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +22837 pull_request: https://github.com/python/cpython/pull/23995 ___ Python tracker ___ __

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 84402eb11086f97d31164aaa23e7238da3464f41 by Michael Wayne Goodman in branch 'master': bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) https://github.com/python/cpython/commit/84402eb11086f97d31164aaa23e7238da3464f41 -- nosy

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +22836 pull_request: https://github.com/python/cpython/pull/23994 ___ Python tracker _

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-20 Thread Michael Wayne Goodman
Change by Michael Wayne Goodman : -- keywords: +patch pull_requests: +22738 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23876 ___ Python tracker __

[issue42700] xml.parsers.expat.errors description of codes/messages is flipped

2020-12-20 Thread Michael Wayne Goodman
New submission from Michael Wayne Goodman : The documentation for xml.parsers.expat.errors.codes says: A dictionary mapping numeric error codes to their string descriptions. But this is backwards. It should say it maps the string descriptions to the error codes. Likewise, the docs for xml.