On 16/07/18 19:31, Steven D'Aprano wrote:
I'm simply not seeing the advantage of:

     from __future__ import no_unicode
     print("Hello World!")  # stand in for any string handling on ASCII

Sure this should be "from __past__ import no_unicode"?

gd&r

--
Rhodri James *-* Kynesim Ltd
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to