Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.048 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'importing': 0.05; 'string': 0.09; 'cheshire': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'imports': 0.16; 'measurement': 0.16; 'quantum': 0.16; 'wrote:': 0.18; 'normally': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'unicode': 0.24; 'mon,': 0.24; 'file.': 0.24; 'cc:2**0': 0.24; 'right.': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'important.': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '25,': 0.31; 'are.': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'there.': 0.32; "we're": 0.32; 'subject:with': 0.35; 'agree': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'are,': 0.36; 'thanks': 0.36; 'list.': 0.37; 'pm,': 0.38; 'course': 0.61; 'simply': 0.61; 'love': 0.65; 'here': 0.66; 'benefit': 0.68; 'nobody': 0.68; 'here!': 0.84; 'madness': 0.84; 'ridiculously': 0.84; 'to:none': 0.92; 'hoist': 0.93 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=YIZTb9YR4kJrrAotMBFYKOFxf746ZBXxEF4kwsLnlLE=; b=VqgNIOsq1MlEMJMcshr952KxqJucq7JJ02RcdSnGibDJGuAoh0riF+iqnUDlFAmO4n UJaZh4oEHP1Tr39mvqTgOy5EfBr/CiktVsSB3n4RD9ImcfM8PPY52IgA+jYmntEMrTC2 byKIaxPajd7KK2YyoGdxD30yOwBiTtdH0bRCl2fhKtJCWLNujTEKSyVPon+xdLwt/n6B nne0tzetHvJCSCqlNqUx1wpRYG/T4TPpZZ008O+kQrsyHnABJ61URo78PDavw6Cjdv3S 6mfKrpp+OEM+XParH6l7UsXb9hvNNvwV8ame0lLag/+raPZHtK971gKYjXDhxGS7PKog eCzQ== MIME-Version: 1.0 X-Received: by 10.42.61.146 with SMTP id u18mr20783679ich.1.1408935666772; Sun, 24 Aug 2014 20:01:06 -0700 (PDT) In-Reply-To: <53faa4c7$0$29995$c3e8da3$5496439d@news.astraweb.com> References: <53fa9c7b$0$29967$c3e8da3$5496439d@news.astraweb.com> <53faa4c7$0$29995$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 25 Aug 2014 13:01:06 +1000 Subject: Re: Working with decimals 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408935669 news.xs4all.nl 2833 [2001:888:2000:d::a6]:46941 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76958 On Mon, Aug 25, 2014 at 12:51 PM, Steven D'Aprano wrote: > Chris Angelico wrote: > >> I love this list. We can go off on a ridiculously long tangent, simply >> because I said that it's only *usually* best to put imports at the top >> of the file. We all agree that it normally is indeed best to hoist >> them, and here we are, arguing over measurement methods on whether or >> not there's ever any benefit to importing inside a function. >> >> Yep, the Cheshire Cat was right. We're all mad here! > > Speak for yourself! I'm not here, I'm over there. Of course you are. But thanks to the wonders of quantum entanglement, your madness and my madness are intrinsically linked. It's like Unicode String Theory, in that nobody understands it, but it's really really important. ChrisA