Path: csiph.com!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: Wed, 25 May 2016 02:10:53 -0700 Lines: 21 Message-ID: References: <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: quoted-printable X-Trace: news.uni-berlin.de yWwnkalpSUi5JfC/aWDUCg/zNaeue7uEbFseuuyTzUgg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:while': 0.09; 'thread': 0.10; 'extensions': 0.13; '24,': 0.16; '255': 0.16; '8-bit': 0.16; 'gregory': 0.16; 'processors': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reproduce': 0.16; 'subject:make': 0.16; 'variations': 0.16; 'wrote:': 0.16; 'meant': 0.22; 'ascii': 0.22; 'sets': 0.23; "haven't": 0.24; 'chris': 0.26; 'received:17': 0.27; 'character': 0.29; 'received:10.0.0': 0.32; 'received:10.0': 0.34; 'possible': 0.36; '(and': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'being': 0.37; 'charset:us-ascii': 0.37; 'several': 0.38; 'thank': 0.38; 'means': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'header :MIME-version:1': 0.60; 'back': 0.62; 'subject: / ': 0.63; 'talking': 0.67; 'embraced': 0.84; 'header:In-reply-to:1': 0.84; 'subject:else': 0.84; 'subject:sense': 0.84; 'grew': 0.91 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-05-25_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1605250118 Sun-Java-System-SMTP-Warning: Lines longer than SMTP allows found and wrapped. In-reply-to: X-Mailer: iPhone Mail (13F69) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1464167455; bh=xiMs+gV85gUFzFYozl0aaS8M+J8hwTROYrdZXZP/AWU=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=VeUFF/Gj0MVsyuGPaeaKmlBK00axSE1LWkxRSUiHQdBu7djn2IgkAb4J9wKs0mP54 uxtdQyzVrBE1mJxg4m5g1CBt37JNMoQZktH8tZHuGhKzbNyzaboBkz7UHB5k25ydMu OgHLSuz1ykgw9pXHKLF1TS4M8up5qJ0Tm1iPe0xyxAQYVI04ubUNep/V2fN8A20R4C QcERhJLR28JQ6QPlhZAXZyzQQP2912idd5kaEjbgAhMbDAaugQVVNpT5iVFp7kS8zt O9mpWyN8aEPQV5lspdYy+91MaK+FHlOY+d1dfVW/unWFP2LZ073pyYZyWZnkoydD3O GuBX5yrd1/5+Q== 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: X-Mailman-Original-References: <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> Xref: csiph.com comp.lang.python:109107 > On May 24, 2016, at 11:38 PM, Gregory Ewing w= rote: >=20 > Christopher Reimer wrote: >> Nope. I meant 8-bit ASCII (0-255). >> http://www.ascii-code.com >=20 > That page is talking about latin-1, which is just one of many > possible 8-bit extensions of ascii. Back in the early 1980's, I grew up on 8-bit processors and latin-1 was all w= e had for ASCII. Over the last several days from reading this thread (and va= riations thereof), l've seen several extended characters that I have no clue= on how to reproduce on my keyboard. I haven't embraced extended character s= ets yet, which means I still think of ASCII characters as being 0 through 25= 5 (8-bit). Thank you, Chris R.=20=