Python interreter and codecs module don't recognize unicode escape \u{xxx}. #129392
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Bug report
Bug description:
I'm not sure when the \u{xxx} escape was introduced to the world, but it should be recognized by
codecs.decode
and the Python interpreter. The above sample was run on Python 3.13.1 on Windows.CPython versions tested on:
3.13
Operating systems tested on:
No response
The text was updated successfully, but these errors were encountered: