Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'performs': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'consistency.': 0.16; 'expecting': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'surprising': 0.16; 'wrote:': 0.18; 'url:article': 0.19; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; '15,': 0.26; 'purposes': 0.26; 'header:In-Reply- To:1': 0.27; 'tim': 0.29; 'dec': 0.30; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'quotes': 0.31; 'probably': 0.32; 'figure': 0.32; 'subject:from': 0.34; 'could': 0.34; 'something': 0.35; 'received:google.com': 0.35; 'skip:> 10': 0.36; 'similar': 0.36; 'too': 0.37; 'two': 0.37; 'list': 0.37; 'being': 0.38; 'pm,': 0.38; 'enough': 0.39; 'most': 0.60; 'believe': 0.68; 'funny': 0.74; 'article': 0.77; 'url:x': 0.81; 'to:none': 0.92; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=P9eA/gfclsRM3gmIXF8JGlFQPCsFoGgjhalZ2cSmDyg=; b=ANdVm/4AISXWVgb5vn/vE6ORsygzpKjGZ/k+6vG72NCl4uZZP4m0xp/x0ZYnXlYNjh xAsTPrRtlB3ujGoDF+3m3fCWbj1bEbWkQ2BEVLjitxjp3vXysICEnFU/hDN+Ht5eXUqy BWsKjMwq7c7ckOPriGRZxfrXrqEoR4/qJFNLYSHq95eJqJyyYrvEHF8TOPQsGwBCXnYy CS7X3q9LeX9O7x9rEwCz2w8g+Qyq+8yvgYidUqTunE5v881wyifDKXZYEEmpzmt43rrL XODnSKC0CSM2O3mVhI//a52uTWFIHJZx3k9csk+6rhufSidYeBoFVzFErLT8rtArHgjW 2zzg== MIME-Version: 1.0 X-Received: by 10.66.118.71 with SMTP id kk7mr19755520pab.14.1387195728979; Mon, 16 Dec 2013 04:08:48 -0800 (PST) In-Reply-To: References: <52a9a1a0$0$29992$c3e8da3$5496439d@news.astraweb.com> <60cce71c-dad2-4a7b-a5d0-daa45a6b0e28@googlegroups.com> Date: Mon, 16 Dec 2013 23:08:48 +1100 Subject: Re: min max from tuples in list From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387195732 news.xs4all.nl 2918 [2001:888:2000:d::a6]:48550 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62052 On Sun, Dec 15, 2013 at 2:41 PM, Tim Roberts wrote: > Dennis Lee Bieber wrote: >> >>> >>>Well "performant" is performant enough for the purposes of communicating >>>on the python list I think :D >> >> Most probably could figure it out as being stylistically similar to >>"conformant", which I believe IS used in English >> >>conformant => something that conforms >>performant => something that performs > > Yes, I suspect it comes from people expecting too much consistency. If > something that has "conformance" is "conformant", then something that has > good "performance" must be "performant". In a surprising coincidence, the word "performant" came up in a Daily MTG article today: http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/feature/278 Though it is used in double quotes to indicate that it's not exactly standard English :) Funny to see two nerdy interests meet! ChrisA