Python was designed (was Re: Multi-threading in Python vs Java)

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Oct 15 17:00:29 EDT 2013


On 15/10/2013 21:11, wxjmfauth at gmail.com wrote:
> Le lundi 14 octobre 2013 21:18:59 UTC+2, John Nagle a écrit :
>
> ----
>
> [...]
>>
>>      No, Python went through the usual design screwups.  Look at how
>>
>> painful the slow transition to Unicode was, from just "str" to
>>
>> Unicode strings, ASCII strings, byte strings, byte arrays,
>>
>> 16 and 31 bit character builds, and finally automatic switching
>>
>> between rune widths. [...]
>
>
> Yes, a real disaster.
>
> This "poor" Python is spending its time in reencoding
> when necessary, without counting the fact it's necessary to
> check if reencoding is needed.
>
> Where is Unicode? Away.
>
> jmf
>

I very much look forward to seeing your correct Python unicode 
implementation on the bug tracker.

-- 
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.

Mark Lawrence




More information about the Python-list mailing list