Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3a.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.128 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.01; 'second.': 0.09; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'scale': 0.29; 'message-id:@mail.gmail.com': 0.30; 'decimal': 0.31; 'such.': 0.31; 'fri,': 0.33; 'sense': 0.34; 'subject: (': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'useful': 0.36; 'changing': 0.37; 'positive': 0.37; 'structure': 0.39; 'first': 0.61; 'times': 0.62; 'mar': 0.68; 'consisted': 0.84; 'pardon': 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=mbG6vdN+MDUL8HIHDDxBt9cTc3W6NUM/mkHGJuA5FKI=; b=AiL8hxuFZAX7VjgcyP7eIy7RFowuEtc6AbVwtzjmQGSpfAlGF38SibYvUc0D2De20Z MGstz/fYYZxtbxOq2ZOMEZenEmDMdAxMYqofPKInaWa9u91iBBJx4Fv038KU5MQAbRIT rKRHuTMlJA32i/artjXhe3q0Ce9n8/lFmZ6ENZSP9H86ncmNcf4A9ZE6ZMki26oQq2QC Gdf1DO434QpvzLo8h/iARAtMq77+FSokqW/ezC39Q7VeJn42EdTrYhiWJQQ9WI0jyivB Qs59LlK5B7E3dnxYmEWFCfv7jfNOYpi2QdInsQc1QmJVtrMWXoOGnI1YYh9Kx7pgBiCh 1YiQ== MIME-Version: 1.0 X-Received: by 10.66.181.70 with SMTP id du6mr2064310pac.23.1395929719880; Thu, 27 Mar 2014 07:15:19 -0700 (PDT) In-Reply-To: <533431CF.6020102@rece.vub.ac.be> References: <53336df8$0$29994$c3e8da3$5496439d@news.astraweb.com> <533431CF.6020102@rece.vub.ac.be> Date: Fri, 28 Mar 2014 01:15:19 +1100 Subject: Re: YADTR (Yet Another DateTime Rant) 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395929729 news.xs4all.nl 2847 [2001:888:2000:d::a6]:41197 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69193 On Fri, Mar 28, 2014 at 1:12 AM, Antoon Pardon wrote: > I don't recall specifics, but I do remember multiple times > where I was working with a structure that consisted of > a whole part and a fracture part where I found it useful > to have the fracture part always positive and displayed > as such. One has already been shared in this thread: Logarithms, where the part before the decimal is the scale and the part after the decimal is the mantissa. Makes very good sense to negate the first without changing the second. ChrisA