Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Christopher Reimer Newsgroups: comp.lang.python Subject: Re: for / while else doesn't make sense Date: Tue, 24 May 2016 10:40:08 -0700 Lines: 19 Message-ID: References: <57422e03$0$1596$c3e8da3$5496439d@news.astraweb.com> <85r3ct9zt2.fsf@benfinney.id.au> <5742bacb$0$1526$c3e8da3$5496439d@news.astraweb.com> <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> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de N6J5QxZQF74/4+908H1q3AcciFzoR4PmPeDpWlIBfLkQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'true,': 0.04; 'modifying': 0.07; '"my': 0.09; 'subject:while': 0.09; '2016': 0.16; '24,': 0.16; '8-bit': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:make': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'meant': 0.22; 'ascii': 0.22; 'am,': 0.23; 'chris': 0.26; 'received:17': 0.27; 'symbols': 0.29; 'certainly': 0.30; "d'aprano": 0.33; 'steven': 0.33; 'tue,': 0.34; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'charset:us-ascii': 0.37; 'thank': 0.38; 'to:addr:python.org': 0.40; 'header:MIME- version:1': 0.60; 'subject: / ': 0.63; 'blowing': 0.84; 'header :In-reply-to:1': 0.84; 'subject:else': 0.84; 'subject:sense': 0.84; 'edwards': 0.91 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-05-24_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=6 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1605240210 In-reply-to: X-Mailer: iPhone Mail (13F69) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1464111610; bh=ZPZ2/5/isCnL52SSajJmFvWLDezrstfvy1y+VGLVaN0=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=mFY7dXm5xiXlQhhqnyq6w4vNdCrh0T7tFgBHK9/D8YS61yhtYEdOymPuZI+92rWhi 8cfJZW1sMlya+lIxcfD8yMTGFr4LVpKLmsdXy7pi/2UAIrL6dj95wPy/HutEvB0aKD evoOvnN6axtLju3qvfo/J8+HBl/6ja4whk73zTlQu1EZIeezCxRacqCueN7awizrq2 fWlQBFf2f+6LdKHXVttVkxcxb6G8T4xo0luci9nqUdcMGApbcn6UB/UXwKYfwI+mLb W9KI5CAguaH3ftIRBolR1SuKe9ixK49n0q/ywp2ikjjrie7hbVRgk5vQCcMp9O+Rd/ 4tJhAlxY+4ybQ== 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: <7D6476C4-9969-4648-AB43-4CE0C7115B9C@icloud.com> X-Mailman-Original-References: <57422e03$0$1596$c3e8da3$5496439d@news.astraweb.com> <85r3ct9zt2.fsf@benfinney.id.au> <5742bacb$0$1526$c3e8da3$5496439d@news.astraweb.com> <87zirgrgol.fsf@bsb.me.uk> <21745CE1-A5BA-4B24-86BF-0B64DA0C886E@icloud.com> <5743a8d2$0$1587$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:109082 On May 24, 2016, at 7:23 AM, Grant Edwards wrote: > >> On 2016-05-24, Steven D'Aprano wrote: >>> On Tue, 24 May 2016 08:36 am, Christopher Reimer wrote: >>> >>> Those symbols are blowing my 8-bit ASCII brain. :) >> >> That's certainly true, because there is no such thing as 8-bit ASCII. > > He meant to say "my 8-bit, ASCII brain". The adjectives "8-bit" and > "ASCII" were both modifying brain. Nope. I meant 8-bit ASCII (0-255). http://www.ascii-code.com Thank you, Chris R.