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, 22 May 2016 13:30:37 -0400 Lines: 9 Message-ID: References: <573EC62F.4090401@lucidity.plus.com> <573f9322$0$1616$c3e8da3$5496439d@news.astraweb.com> <5741cde9$0$1587$c3e8da3$5496439d@news.astraweb.com> <1463938237.1828035.615243249.4F306225@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de iHXF2h6AW0xOMfxRGMCvLwDDFv97UKUkP5nEMeecLdfA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '22,': 0.09; 'closed.': 0.09; 'received:internal': 0.09; 'subject:while': 0.09; '"an': 0.16; '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:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:make': 0.16; 'wrote:': 0.16; 'sorry,': 0.22; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'mathematical': 0.27; 'operators': 0.29; 'subset': 0.29; 'operations': 0.31; 'post': 0.31; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'your': 0.60; 'entire': 0.61; 'header:Message-Id:1': 0.61; 'real': 0.62; 'subject: / ': 0.63; 'float,': 0.84; 'premise': 0.84; '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=BvVGROFRoKk5Kp80dQPKrn473l0=; b=vJBw/O ZfYTzSHWHPbK3CLa7SbMlZcDZndbsEJSfbe4VNqLNHI5pdDqWRM6iqz1tMjsAqSO JDxzDCIs9Ab1uL8pCQjwqzr4Wd4zxFMPNi5+7gBraQkMd9qrQ39R6CTW6/1K69zr Y+sF0rzQytZnnz4itAotIkrBANDjDORAV8VIA= 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=BvVGROFRoKk5Kp8 0dQPKrn473l0=; b=dRCD+lR3w9FDtRoaLcqX/tEVc+MRdXWKCXdetDHwBpqzCoK pP7w/P2g+1iseNTqJrQIkzVfwLZynpnaXPZ5SRp8qMG7Nehe8JPyd04hIFFIcmPs 3LbyOKcXFJUrk2rjXVBDAEO5MVt7xWp3mHac3x1EAMKjTfQMJ7jlgBlcyU4c= X-Sasl-Enc: KK6takMBfbxMFvC0J01ZL7KA3/Z/ZLXDQ+mUZfL5py6b 1463938237 X-Mailer: MessagingEngine.com Webmail Interface - ajax-37b57599 In-Reply-To: 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: <1463938237.1828035.615243249.4F306225@webmail.messagingengine.com> X-Mailman-Original-References: <573EC62F.4090401@lucidity.plus.com> <573f9322$0$1616$c3e8da3$5496439d@news.astraweb.com> <5741cde9$0$1587$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:108952 On Sun, May 22, 2016, at 12:46, Jon Ribbens wrote: > Sorry, I have to stop you there as the entire premise of your post is > clearly wrong. "int" is not "an approximation of real numbers", it's > a model of the mathematical concept "integers", It is a representation of Z, a subset of R (as is float, technically, though that particular subset has no nice name like Z and Q) The operators that apply to it are the operations on R, even operations under which Z (or even R) is not closed.