Chris Angelico <ros...@gmail.com>:

> On Sun, Jul 15, 2018 at 4:44 AM, Marko Rauhamaa <ma...@pacujo.net> wrote:
>> Having gone through a recent 2to3 effort that left my conscience
>> stained, I can only lament for the lost paradise which was Python
>> 2.7. There *was* one real gain: MemoryBIO, but that's not enough to
>> bring a smile to my face.
>
> Spoken like a true eight-bit-stringer

True enough. Modern-day protocols as well as Linux file formats and
commands intentionally blur the line between strings and bytes. The
software in question deals with all of the above. It is virtually
impossible to keep track of what is "really" text and what is "really"
binary. In the end, the Gordian Knot was sliced by using Python3's
strings for everything and restricting oneself to Latin-1 codepoints
(almost) everywhere.

> (kinda like a flat-earther only a lot more wrong).

Ah, that's called "shunning," isn't it?


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

Reply via email to