Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32030

Re: get each pair from a string.

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!feed.xsnews.nl!border-3.ams.xsnews.nl!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'regression': 0.09; 'cases': 0.15; '3.2.': 0.16; 'mardi': 0.16; 'oct': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; '\xe9crit': 0.16; 'wrote:': 0.17; '3.2': 0.22; 'patch': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'header:X-Complaints- To:1': 0.28; 'workaround': 0.29; 'yes.': 0.29; 'case,': 0.29; 'from:addr:yahoo.co.uk': 0.32; 'to:addr:python-list': 0.33; 'progress': 0.33; 'wrong': 0.34; 'board': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'be.': 0.36; 'subject:: ': 0.38; 'mark': 0.38; 'performance': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'solve': 0.62; 'email addr:gmail.com': 0.63; 'results': 0.65; 'money': 0.74; 'subject:get': 0.81; '3.4': 0.84; 'free?': 0.84; 'moron': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: get each pair from a string.
Date Wed, 24 Oct 2012 13:14:48 +0100
References <CALyJZZURWQxgPTQcQo8kOdHkaOYbB6YE=U=vi6VrX9FoDH1gAQ@mail.gmail.com> <mailman.2594.1350845107.27098.python-list@python.org> <1a8e1d4b-dddc-48c6-aec8-8041bb559a30@u4g2000pbo.googlegroups.com> <177aa300-9863-44f3-94da-7bc11bff2eda@i7g2000pbf.googlegroups.com> <7fdadf96-2ec2-43c7-a5e2-74228c06faca@googlegroups.com> <mailman.2674.1351010504.27098.python-list@python.org> <ae632dbf-de0f-4b9a-91e5-1288f216f13f@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host host-78-146-0-43.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20121010 Thunderbird/16.0.1
In-Reply-To <ae632dbf-de0f-4b9a-91e5-1288f216f13f@googlegroups.com>
X-Antivirus avast! (VPS 121024-0, 24/10/2012), Outbound message
X-Antivirus-Status Clean
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2752.1351080768.27098.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1351080768 news.xs4all.nl 6953 [2001:888:2000:d::a6]:47826
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:32030

Show key headers only | View raw


On 24/10/2012 10:32, wxjmfauth@gmail.com wrote:
> Le mardi 23 octobre 2012 18:41:45 UTC+2, Ian a écrit :
>> On Tue, Oct 23, 2012 at 12:47 AM,  <wxjmfauth@gmail.com> wrote:
>>
>>
>>
>> In any case, have you been following the progress of issue 16061?
>>
>> There is a patch for the str.replace regression that you identified,
>>
>> which results in better performance across the board than 3.2.  So
>>
>> although 3.3 is slower than 3.2 on this one microbenchmark, 3.4 will
>>
>> not be.
>
> Yes.
> A workaround to solve one of the corner cases of something
> which is wrong by design.
>
> jmf
>

Do you get paid money for acting as a complete moron or do you do it for 
free?

-- 
Cheers.

Mark Lawrence.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: get each pair from a string. rusi <rustompmody@gmail.com> - 2012-10-22 09:19 -0700
  Re: get each pair from a string. rusi <rustompmody@gmail.com> - 2012-10-22 21:59 -0700
    Re: get each pair from a string. wxjmfauth@gmail.com - 2012-10-22 23:47 -0700
      Re: get each pair from a string. Neil Cerutti <neilc@norwich.edu> - 2012-10-23 12:30 +0000
      Re: get each pair from a string. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-23 13:44 +0100
      Re: get each pair from a string. Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-23 10:41 -0600
        Re: get each pair from a string. wxjmfauth@gmail.com - 2012-10-24 02:32 -0700
          Re: get each pair from a string. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-24 13:14 +0100
        Re: get each pair from a string. wxjmfauth@gmail.com - 2012-10-24 02:32 -0700

csiph-web