Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news-1.dfn.de!news.dfn.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'yet.': 0.03; 'allowed.': 0.07; 'assignment': 0.07; 'received:internal': 0.09; 'spelled': 0.09; 'wed,': 0.15; 'chained': 0.16; 'comparisons,': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'wrote:': 0.16; 'meant': 0.22; 'sep': 0.22; 'header:In-Reply-To:1': 0.24; "isn't": 0.35; 'should': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'really': 0.37; 'agree': 0.37; 'received:66': 0.38; "didn't": 0.39; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'construct': 0.84; 'edwards': 0.91; 'subject:True': 0.93 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=Xv+ktyqkW5mXzrx2GVr7k74T1QI=; b=Lk3a2W DiSGvmrm2TuSbxuQ8r+fRPPLo1co2H1Ypg0w+3ZBahgnNj7EdMtpWel5MWHEKnrm ubyD/pX9o7NOewtqr9EFkgkDWg5cK4KjLZHoyikNhb/bLFxjIGVo8Kgc3CaWMcxl 7GTARY/Wrwc3bjdCghy3dZyVmuB0JWDD84gFk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Xv+ktyqkW5mXzrx 2GVr7k74T1QI=; b=D5eWl42WS4D5u3nnW0LlJ/D0oLMWO2m9+bpk69JATzE/5bf Dp+9CWxwAKrNaI2/ZQl2usO7W6twxUdPuHQDSjBdnP6VexSvHqgMd0hER+K1xbV6 FMuYLEdCj7gTrIsPQCIrGzxEdkyXAecDG+YUsGoM1ZF+jnovq67JHScu0JFU= X-Sasl-Enc: vuz7sozV2HuE5Dq3Sc6sPoVeGvTrZhKkp+Lrr4p+dTtY 1442426124 From: Random832 To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-746d2121 In-Reply-To: References: <0b949fe0-09b4-46b0-b4ac-a85a9bfebfd5@googlegroups.com> <1442412230.1762717.385286049.20841F36@webmail.messagingengine.com> <87oah2jq4y.fsf@elektro.pacujo.net> <55F99ADB.5020405@mail.de> <1442422672.1804523.385461961.6F1DFD96@webmail.messagingengine.com> <55f9a9e8$0$1641$c3e8da3$5496439d@news.astraweb.com> Subject: Re: True == 1 weirdness Date: Wed, 16 Sep 2015 13:55:24 -0400 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442426127 news.xs4all.nl 23733 [2001:888:2000:d::a6]:34030 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96707 On Wed, Sep 16, 2015, at 13:44, Grant Edwards wrote: > Well, that case hadn't been mentioned yet. But, I agree that should be > added as case E and be allowed. That's actually what I meant by A, I just spelled it wrong. Multiple assignment isn't really the same construct as chained comparisons, I didn't consider it in scope for this discussion.