summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-17-23-17-18.bpo-42065.85BsRA.rst
blob: 83c86c0799ebfad79ea3748193e63a2c01d9e1b0 (plain)
1
2
3
Fix an incorrectly formatted error from :meth:`_codecs.charmap_decode` when
called with a mapped value outside the range of valid Unicode code points.
PR by Max Bernstein.