Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'mathematics': 0.04; 'subject:code': 0.07; 'beaten': 0.16; 'chained': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'language:': 0.16; 'middle,': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'object.': 0.22; 'header:In- Reply-To:1': 0.25; 'language.': 0.27; 'message- id:@mail.gmail.com': 0.27; "d'aprano": 0.29; 'steven': 0.29; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'natural': 0.65; 'jul': 0.65; 'subject': 0.66; 'as:': 0.75; 'beats': 0.84; 'common,': 0.84 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:to :content-type; bh=Dzb+tMMm4SSRmrVvyHEawspMN4EBIR1t2cdyRgLRf4s=; b=o3NTBAvxLSRX8zjVTzPuTqlqre/jIQjUHZ6a4C+ExT5qWZpErmF+5Q+yL+3Me8YRGd iA+MwKWpp87IhETvIngYXdF2w5eq2wIjQG6Qnpe/60kuilzFBxmteSJNe+DgtP0/DpWl mWsi/VwKoVi4ymDy7vpZLurmy5kvt9uLGghlmOh9Y0xmexRzsHU8uvl7ymHjBqJA3MYp x8Yipn3OHg4T2r9gJ8MNzkMrwzA5AY+9E2z3XmTT8G3uEjLugIqx4cngRBOaL6x4KOkN bHjm2pNmUqQ4AoFnwe73oICPmaipHvRj17tqZkfXy93zvFo8X3URfDM5VsVmMTMB+ubP NPqQ== MIME-Version: 1.0 In-Reply-To: <4feff408$0$29965$c3e8da3$5496439d@news.astraweb.com> References: <6c39594f-79cb-4d4f-967e-bbc3f68cdbdf@f8g2000pbf.googlegroups.com> <4fed59b7$0$29978$c3e8da3$5496439d@news.astraweb.com> <2662370.TGmo96CKe1@PointedEars.de> <87wr2oecf6.fsf@dpt-info.u-strasbg.fr> <4FEF7117.7000109@jollybox.de> <87bok0qr62.fsf@benfinney.id.au> <4fefc2a8$0$29988$c3e8da3$5496439d@news.astraweb.com> <4feff408$0$29965$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 1 Jul 2012 16:59:00 +1000 Subject: Re: code review 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341125943 news.xs4all.nl 6965 [2001:888:2000:d::a6]:51758 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24730 On Sun, Jul 1, 2012 at 4:54 PM, Steven D'Aprano wrote: > Not in English-speaking countries with a culture of writing chained > comparisons in mathematics and allowing them in natural language: > > "Rock is beaten by Paper, is beaten by Scissors". I would write that as: Rock is beaten by Paper, and beats Scissors. That's natural language. Unless you put a "which" in the middle, the grammar of English demands that the subject be common, not a promoted object. ChrisA