write a regex matches 800-555-1212, 555-1212, and also (800) 555-1212.

Ian Kelly ian.g.kelly at gmail.com
Sat Sep 29 13:04:55 EDT 2012


On Sat, Sep 29, 2012 at 3:38 AM, Mark Lawrence <breamoreboy at 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 ''.



More information about the Python-list mailing list