[Python-Dev] Python3 "complexity"
Mark Shannon
mark at hotpy.org
Thu Jan 9 10:01:27 CET 2014
On 09/01/14 00:07, Ben Finney wrote:
> Kristján Valur Jónsson <kristjan at ccpgames.com> writes:
>
>> Believe it or not, sometimes you really don't care about encodings.
>> Sometimes you just want to parse text files.
>
> Files don't contain text, they contain bytes. Bytes only become text
> when filtered through the correct encoding.
>
I'm glad someone pointed this out.
More information about the Python-Dev
mailing list