This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients taleinat
Date 2020-10-17.20:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602965108.98.0.722974921612.issue42065@roundup.psfhosted.org>
In-reply-to
Content
The error message for _codecs.charmap_decode uses a non-existent formatting placeholder "%lx", when a mapped value is a number outside the range of valid Unicode code points.

This was reported by Max Bernstein (@tekknolagi) on GitHub PR GH-19940.
History
Date User Action Args
2020-10-17 20:05:09taleinatsetrecipients: + taleinat
2020-10-17 20:05:08taleinatsetmessageid: <1602965108.98.0.722974921612.issue42065@roundup.psfhosted.org>
2020-10-17 20:05:08taleinatlinkissue42065 messages
2020-10-17 20:05:08taleinatcreate