[Python-Dev] PEP 414 (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Sun Mar 4 07:59:41 CET 2012


04.03.12 00:12, "Martin v. Löwis" написав(ла):

2to3 should recognize the str(stringliteral) (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(stringliteral).

Sorry, I mean 3to2.



More information about the Python-Dev mailing list