[Python-Dev] PEP-393/PEP-3118: unicode format specifiers (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Mar 6 22:59:32 CET 2012


I think it would be nice for Python3.3 to implement the PEP-3118 suggestion:

'c' -> UCS1 'u' -> UCS2 'w' -> UCS4

What is the use case for these format codes?

Regards, Martin



More information about the Python-Dev mailing list