[Python-Dev] PEP 414
"Martin v. Löwis"
martin at v.loewis.de
Sat Mar 3 23:12:55 CET 2012
More information about the Python-Dev mailing list
Sat Mar 3 23:12:55 CET 2012
- Previous message: [Python-Dev] PEP 414
- Next message: [Python-Dev] PEP 414
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 2to3 should recognize the str(string_literal) (or nstr(), or native(), > etc) as a native string and does not add prefix "u" to it. And you > have to explicitly specify these tips. That is already implemented. 2to3 *never* adds a u prefix anywhere, including not for str(string_literal). Regards, Martin
- Previous message: [Python-Dev] PEP 414
- Next message: [Python-Dev] PEP 414
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list