Paul Rubin <no.email@nospam.invalid>: > Py3's unicode picture is described here and it isn't pretty: > http://lucumr.pocoo.org/2014/5/12/everything-about-unicode/
>From the link: The much more likely thing to happen is that people stick to Python 2 or build broken stuff on Python 3. Or they go with Go. Which uses an even simpler model than Python 2: everything is a byte string. The assumed encoding is UTF-8. End of the story. I have similar feelings, except that I'm not convinced Go is the answer. Marko -- https://mail.python.org/mailman/listinfo/python-list