On Sun, 15 Jul 2018 16:08:15 -0700, Jim Lee wrote:

> Python3 is intrinsically tied to Unicode for string handling. Therefore,
> the Python programmer is forced to deal with it (in all but trivial
> cases), rather than given a choice.  So I don't understand how I can
> illustrate my point with Python code since Python won't let me deal with
> strings without also dealing with Unicode.

Nonsense.

b"Look ma, a Python 2 style ASCII string."





-- 
Steven D'Aprano
"Ever since I learned about confirmation bias, I've been seeing
it everywhere." -- Jon Ronson

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to