[Python-Dev] PEP 461 Final?
Ethan Furman
ethan at stoneleaf.us
Sun Jan 19 04:01:22 CET 2014
More information about the Python-Dev mailing list
Sun Jan 19 04:01:22 CET 2014
- Previous message: [Python-Dev] PEP 461 Final?
- Next message: [Python-Dev] PEP 461 Final?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 01/18/2014 02:01 PM, Ethan Furman wrote: > > where 'unicode_escape' 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~
- Previous message: [Python-Dev] PEP 461 Final?
- Next message: [Python-Dev] PEP 461 Final?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list