Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.01; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mine.': 0.16; 'nan': 0.16; 'subject:where': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'received:google.com': 0.35; 'shorter': 0.36; '2015': 0.84; 'nice,': 0.84; 'to:none': 0.92 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:cc :content-type; bh=ZEiqOki6Fsa9puOzOm7KAzQ9hh3GdyHfyuMp76/60u4=; b=W3J2jwPJ9bC6CVlcTzTOV7T0vSilvD/84J+XMKz29mUbBUkrVbvQ3uMrj1wBahy6Lt 1XgP6tQvAQPL3VoNnJsFH0SV6IL8zrwKV0mGnx6rd6fwSgG9TGTTv7YLoRhxOeh32VDy EmLcny3Gu9I3ZQFnvzLXRFOOOGpE8318J1cnrCKDDqyKCxPyj65gQndUzRy5BsCKUhuP uMCuWIsBvUHgt7bKgaXSoqNd585Hu6eNLsbaU40Z5l/5GLN9kByGQ9/PzJrev2ZrM89+ fKmZEY3OTqsY4dMCUiVHhpLfzYFZg0fWdY+/KltcKqBpefPYscJBcHTfEkcfKHLGBCGQ 1INg== MIME-Version: 1.0 X-Received: by 10.50.134.195 with SMTP id pm3mr31719202igb.0.1420729112913; Thu, 08 Jan 2015 06:58:32 -0800 (PST) In-Reply-To: References: <87zj9te3tz.fsf@elektro.pacujo.net> Date: Fri, 9 Jan 2015 01:58:32 +1100 Subject: Re: where in Nan defined From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420729115 news.xs4all.nl 2860 [2001:888:2000:d::a6]:45394 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83344 On Fri, Jan 9, 2015 at 1:50 AM, Jussi Piitulainen wrote: > >>> 0*1e400 > nan Nice, that's shorter than mine. ChrisA