Path: csiph.com!usenet.pasdenom.info!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'python': 0.09; 'lawrence': 0.09; 'sep': 0.09; 'stored': 0.10; 'sat,': 0.15; 'devs': 0.16; 'ucs-4': 0.16; 'wrote:': 0.17; 'memory': 0.18; 'subject:) ': 0.20; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'surely': 0.33; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'subject: (': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'performance': 0.39; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'skip:u 10': 0.60; 'subject:, ': 0.61; 'back': 0.62; 'us,': 0.74; 'subject:write': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Ly3eqVU1vLHMyaM+lvbF1EC/WU35IVaTUjD6+dsg9Bo=; b=pT/wea7SGHpIZW+zphyrRrJixSvtlYv5SNDEN3E/dwXWy0TGhl6D6VzGzccFqCoWpG p2UcYcSzPFPQv0Sk8A95+c31zjj/ltSw2+ZKwBYpr809dx8WR0GUM8/XjEGB44kV5DTJ FVhvg+sV48aoWlkWX7qSjwPRLlP06EYtfPng6nMsGPvB28B5Imr7xs9S/bvLsnSt7QhU YsNWgQhS0oxxPp1CKj/YFssd7MYec51pnEPEE26jveKesz6r/lk48YLWBbHlOpgVb6iC BSDGlf9VH2yYreTpO1dO01CSwFtQrxbLnipd9kyivHE1bLWxP43HdabuXLrRLgaucr46 RfVg== MIME-Version: 1.0 In-Reply-To: References: <5066506D.4020702@tim.thechases.com> <50665A23.1060300@tim.thechases.com> <50666b49$0$29981$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Sat, 29 Sep 2012 11:04:55 -0600 Subject: Re: write a regex matches 800-555-1212, 555-1212, and also (800) 555-1212. To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348938328 news.xs4all.nl 6946 [2001:888:2000:d::a6]:60321 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30512 On Sat, Sep 29, 2012 at 3:38 AM, Mark Lawrence 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 ''.