Re: [Python-Dev] PEP 414 - Unicode Literals for Python 3

2012-02-27 Thread Lennart Regebro
I'm +1 on the PEP, for reasons already repeated here. We need three types of strings when supporting both Python 2 and Python 3. A binary string, a unicode string and a "native" string, ie one that is the old 8-bit str in python 2 but a Unicode str in Python 3. Adding back the u'' prefix is the ea

Re: [Python-Dev] PEP 414 - Unicode Literals for Python 3

2012-02-27 Thread Vinay Sajip
Lennart Regebro gmail.com> writes: > I'm +1 on the PEP, for reasons already repeated here. > We need three types of strings when supporting both Python 2 and > Python 3. A binary string, a unicode string and a "native" string, ie > one that is the old 8-bit str in python 2 but a Unicode str in Py

<    1   2