mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
559e5d7f4d
The repr() of a string now contains printable Unicode characters unescaped. The new ascii() builtin can be used to get a repr() with only ASCII characters in it. PEP and patch were written by Atsuo Ishimoto.