[Python-Dev] PEP 461: Adding % formatting to bytes and bytearray -- Final, Take 2

Victor Stinner victor.stinner at gmail.com
Mon Feb 24 23:10:10 CET 2014


2014-02-24 22:08 GMT+01:00 Jim J. Jewett <jimjjewett at gmail.com>:
>>> Will ascii() ever emit an antislash representation?

Sorry, it's chr(0x10ffff):

>>> print(ascii(chr(0x10ffff)))
'\U0010ffff'

Victor


More information about the Python-Dev mailing list