[Python-Dev] PEP 461 Final? (original) (raw)

Ethan Furman ethan at stoneleaf.us
Sun Jan 19 04:01:22 CET 2014


On 01/18/2014 02:01 PM, Ethan Furman wrote:

where 'unicodeescape' would yield something like "\u0440" ?

Just to be clear, "\u0440" is the six bytes b'\', b'u', b'0', b'4', b'4', b'0'.

-- Ethan



More information about the Python-Dev mailing list