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: Mon, 23 May 2016 15:36:24 -0700 Lines: 21 Message-ID: References: <5741cde9$0$1587$c3e8da3$5496439d@news.astraweb.com> <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> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de 0otcRA4TA+9875J3wOLMdgvYn30atI0s4shYAQfpGGbg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:while': 0.09; 'python': 0.10; '2016': 0.16; '23,': 0.16; '8-bit': 0.16; 'fancy': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:make': 0.16; 'wrote:': 0.16; '(in': 0.18; '>>>': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'ascii': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'forgot': 0.23; 'represents': 0.23; 'mon,': 0.24; 'chris': 0.26; 'received:17': 0.27; 'symbols': 0.29; "i'm": 0.30; 'but': 0.36; 'there': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'represent': 0.38; 'sure': 0.39; 'where': 0.40; 'header:MIME-version:1': 0.60; 'course': 0.62; '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-23_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1605230270 X-Mailer: iPhone Mail (13F69) In-reply-to: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1464042987; bh=d+xd7zjgDoshkf1vDYH26kEdwYK+Z0Wy+plAizdchAY=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=DHu8MK1rDTQCgRCIeEQwu54DgUAe2yJrxxvmbzQOZ6UniQzsGBDndnFNO8AVjt6jC xUGvBfuy9qZvWB2jdtnEyqYA9EmoJWbKY3sEBeQ6u6rWn1a7moG1EIT3QCH0Q2XUjK zKu0f8w9MnyQYh6sOLT+O8PArkpkgImgFxTjoZt4KcEFOKY09t7eIOBXyqPXffpYYz liVNxttB4+4guH4/yHCpnY6IrEb66Y0TpMUGEia1/9qDjGXUoJrgW1N+4kRvtvCBxY hG8mI07VJf6b288H7n42zFuWumEavQVsfE4qPvQFMREejIfdeY8J3F/NrOcdYOicnx A0u8ThEbVVsZA== 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: <21745CE1-A5BA-4B24-86BF-0B64DA0C886E@icloud.com> X-Mailman-Original-References: <5741cde9$0$1587$c3e8da3$5496439d@news.astraweb.com> <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> Xref: csiph.com comp.lang.python:109030 > On May 23, 2016, at 1:22 PM, Grant Edwards wro= te: >=20 >> On 2016-05-23, Ian Kelly wrote: >>> On Mon, May 23, 2016 at 9:53 AM, Ian Kelly wrote= : >>> I'm not sure where =E2=84=9D comes into this in the first place. Existin= g >>> Python numeric types only represent various subsets of =E2=84=9A (in the= case >>> of fractions.Fraction, the entirety of =E2=84=9A). >>=20 >> And of course I realized after sending that I forgot about complex >> numbers. But even there Python merely represents 2-tuples of =E2=84=9A. >=20 > OK, admit it, now you're all just showing off the fact that you know > how to type in those fancy symbols. Those symbols are blowing my 8-bit ASCII brain. :) Chris R.=