Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: for / while else doesn't make sense Date: Sun, 29 May 2016 14:41:46 -0400 Lines: 10 Message-ID: References: <87zirgrgol.fsf@bsb.me.uk> <21745CE1-A5BA-4B24-86BF-0B64DA0C886E@icloud.com> <5743a8d2$0$1587$c3e8da3$5496439d@news.astraweb.com> <7D6476C4-9969-4648-AB43-4CE0C7115B9C@icloud.com> <87h9dm8ld9.fsf@elektro.pacujo.net> <87bn3t8a0r.fsf@elektro.pacujo.net> <1464547306.1618490.622044529.13CC81BC@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de YA3S7agbH/dD3uQu6iwCbgGSuoZHL7S1sLWhxcwlTp6Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:internal': 0.09; 'subject:while': 0.09; 'thu,': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:make': 0.16; 'wrote:': 0.16; 'skip:+ 60': 0.18; 'constant': 0.22; 'implemented': 0.24; 'header:In-Reply-To:1': 0.24; 'that.': 0.30; 'realize': 0.32; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'wrong': 0.38; 'someone': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'hope': 0.61; 'header:Message-Id:1': 0.61; 'subject: / ': 0.63; 'deeply': 0.64; '26,': 0.72; 'obvious': 0.76; 'subject:else': 0.84; 'subject:sense': 0.84 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=uJ9cOZ9cWRLW5bRg4fFPMdsY3b0=; b=eE/gKS dONVKt8aH2oZkKLBXvsoISV19dw3ujWmtdCFIpLkQZ4XMeNHeKBYyCi3g1ck9CnA sUetSxkgeRa8WRXuOSkkfw8Tqd9HyYxan5O8taKdTLiXuq+AAjKSbp76Eq70WQkY dUyojbezsUsoTUu7TTUrXS+Fhi2E3HAPSNhHw= 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=uJ9cOZ9cWRLW5bR g4fFPMdsY3b0=; b=K/MOxIoKtwn/u49slSAzgnAmqFXvg8DCfRUpTxkAr84tcTH TdFnff3e1lIlHZNCUyADK8LSUMWzJH65wWByLIsQqMoqUAV98Uqq0I8qGN5lgCFT cU6ffIDVJrWeM93KKMwqgEljnLtdKow5kBmKRTjoX6rOQn9In3DXtASkscD8= X-Sasl-Enc: mBMjMtrulYa3aj1jhWp2W0E2INPTf5+R1jx8l0cPnSmi 1464547306 X-Mailer: MessagingEngine.com Webmail Interface - ajax-b882aaad In-Reply-To: <87bn3t8a0r.fsf@elektro.pacujo.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1464547306.1618490.622044529.13CC81BC@webmail.messagingengine.com> X-Mailman-Original-References: <87zirgrgol.fsf@bsb.me.uk> <21745CE1-A5BA-4B24-86BF-0B64DA0C886E@icloud.com> <5743a8d2$0$1587$c3e8da3$5496439d@news.astraweb.com> <7D6476C4-9969-4648-AB43-4CE0C7115B9C@icloud.com> <87h9dm8ld9.fsf@elektro.pacujo.net> <87bn3t8a0r.fsf@elektro.pacujo.net> Xref: csiph.com comp.lang.python:109240 On Thu, May 26, 2016, at 05:05, Marko Rauhamaa wrote: > 31 24 16 8 0 > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ > ^ ^ ^ ^ How does someone write the constant "0x8101010" and not realize that something's deeply wrong with their logic? I hope however it was implemented made it less obvious than that.