Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'parameter': 0.05; 'subject:two': 0.07; 'python': 0.08; "(i'm": 0.09; '(it': 0.09; 'subject:compare': 0.09; 'am,': 0.14; 'received:209.85.214.174': 0.14; 'received:mail-iw0-f174.google.com': 0.14; 'wrote:': 0.14; 'cmp': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'restoring': 0.16; 'subject:similar': 0.16; 'question.': 0.16; 'tue,': 0.17; 'header:In-Reply-To:1': 0.21; 'memory': 0.22; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'subject:?': 0.29; 'threads': 0.30; 'ago': 0.31; 'someone': 0.33; 'does': 0.33; 'to:addr:python-list': 0.33; 'list': 0.33; 'things': 0.33; 'question': 0.34; 'that,': 0.34; 'there': 0.35; 'subject:What': 0.35; 'subject:lists': 0.37; 'received:google.com': 0.37; 'something': 0.37; 'received:209.85': 0.37; 'thread': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'should': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'back': 0.63; 'liked': 0.73; 'with,': 0.77; '"how': 0.80; 'python-dev': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=sZm/5TINfhqBzJUD1MD8JBsS1u3BkTe1JlMKV5HKYcM=; b=VhGpmmFVehszkIA10sEJPTEbnOCES9xPOZAA0mnUx9FmXhLpSKIn362S8s8gveuOHd au4Av619kUo/zQ7rBB6YDObKvaUSBMdBYTxkKpcSLRUBkkdusk1xKOcDqW2YDw+/6BLl RmAhHGT1FwQRFzFbzLhSrR9d6EhccDbMSHo6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RefUc2+/qy57Bj0+3Twp7NbeWTMqH/mEsmn2g/kFUmvj3CiJ2lj8mmvC2wX2LqXO91 xrHJrlvF0etV3NW76niK89GgfLTg37/+cJ3M9fMS/BLPC7yciJxJ229x6vRCqjflowiL LJ9ec/77f2D5ppKmPe0doXncEWkF3XMXIdPQ0= MIME-Version: 1.0 In-Reply-To: References: <3ff2f4cc-7c26-4f59-9463-d6f0874174d8@dn9g2000vbb.googlegroups.com> <4df634f0$0$30002$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 14 Jun 2011 04:24:28 +1000 Subject: Re: What is the most efficient way to compare similar contents in two lists? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 17 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307989471 news.xs4all.nl 49044 [::ffff:82.94.164.166]:43768 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7545 On Tue, Jun 14, 2011 at 4:20 AM, geremy condra wrote: > I know that, but I mean what were you talking about before if you > weren't talking about cmp? Not sure what you mean. There were other threads before the cmp thread started. That thread started with, if my memory serves me correctly, something coming back from the python-dev list about restoring that parameter to Python 3 (it was one of the things removed, but is still available in Python 2). > I liked that thread [on NaN]. There should be more of those. Seconded. Someone just needs to ask the question. We had a small thread a while ago that started with the question (I'm paraphrasing) "How does Python multiply?". ChrisA