On Sat, Sep 29, 2012 at 3:38 AM, Mark Lawrence <breamore...@yahoo.co.uk> wrote:
> My understanding is that Python 3.3 has regressed the performance of ''.
> Surely the Python devs can speed the performance back up and, just for us,
> use less memory at the same time?

At least it will be stored as a Latin-1 '' for efficiency and not a
bloated UCS-4 ''.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to