Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.124 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.81; '*S*': 0.06; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'thu,': 0.19; '>>>': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; '>>>>': 0.31; 'received:google.com': 0.35; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; '30,': 0.65; 'different.': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7jxvRpdxPP6JcI+DIrvOTPC5W8gf8PS+80XOeHhvt7Y=; b=XSuH+w+YZjQt4+8vgAsNyVuPRjWKYFtAWjODkP06pNyvKX/3zanmTqP62+nTle7LW2 1G0rWfBvLMLMCCmJZPWKqrDsMIkCfaKOWrvdcf3gvAfevSU9P/QBwMJh6F77SvkV14AI 5e1ETWFHsz014/tINLcTrfHTNmGsyBxagV3ulz2sG6BL++G5vzNmExsJjjYOvxa7xrrd v4T/oQCQ+4koPZ2h7Sb47e8nOzsqnbkdapnza6rFjT8Rb9KWPZsQa66qhuebtsCLQY+a I/l141Snnrb8dt/rXrU40xJJAAg488kNReSX00nYBBNoMZXgKaiisCknUC2FoGjBX2w9 wcsQ== MIME-Version: 1.0 X-Received: by 10.58.172.67 with SMTP id ba3mr1644266vec.58.1369837955035; Wed, 29 May 2013 07:32:35 -0700 (PDT) In-Reply-To: <04b90c02-833a-4bad-88ad-ab71178b8f79@googlegroups.com> References: <5f101d70-e51f-4531-9153-c92ee2486fd9@googlegroups.com> <51a1fc7b$0$30002$c3e8da3$5496439d@news.astraweb.com> <2abf4e9c-8c3b-4e2f-80c9-50c1f1d75c9d@googlegroups.com> <51a4b5a1$0$29966$c3e8da3$5496439d@news.astraweb.com> <04b90c02-833a-4bad-88ad-ab71178b8f79@googlegroups.com> Date: Thu, 30 May 2013 00:32:34 +1000 Subject: Re: Short-circuit Logic From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369837963 news.xs4all.nl 15965 [2001:888:2000:d::a6]:35201 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46383 On Thu, May 30, 2013 at 12:27 AM, Ahmed Abdulshafy wrote: > Well, this is taken from my python shell> > >>>> 0.33455857352426283 == 0.33455857352426282 > True >>> 0.33455857352426283,0.33455857352426282 (0.3345585735242628, 0.3345585735242628) They're not representably different. ChrisA