Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67539

Re: python decimal library dmath.py v0.3 released

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <oscar.j.benjamin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'url:pypi': 0.03; 'pypi': 0.07; 'subject:released': 0.07; 'python': 0.11; 'folks,': 0.16; 'mark,': 0.16; 'pypi?': 0.16; 'subject:library': 0.16; 'to:name:python list': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'written': 0.21; 'seems': 0.21; 'header:In- Reply-To:1': 0.27; 'to:2**1': 0.27; 'url:code': 0.29; 'message- id:@mail.gmail.com': 0.30; 'decimal': 0.31; 'url:python': 0.33; 'ago': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'march': 0.61; 'name:': 0.61; 'url:p': 0.64; 'different': 0.65; 'to:addr:gmail.com': 0.65; 'url:0': 0.67; 'oscar': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=y1Fg7EjNQg3L5kIYfGlucwsHBD8ouI+nfcTD44Ho5ew=; b=FPghZZqk0H6oZ7rsm9M2kB6U3gjuwYDd64xV6nMAaHvVtYZKf2/JlczwxseYUjOKaS I1wbpzCFwYXcGHYJRMhFYsFmxJsyP6Cg9k4DUTRsiy/kD6n8xY1u0DDSEGOSpSFRGx3F cXauuCd3q3CspghJWQOfVCVbPSyJgDc9nF0syhvuqVqf2ign27cNSQsLwT6Uz3OwjOlk n8Jly0tCm02U4bp+qFeuQCDcwpXwHwYDWZ7lK6KZOR9FrsxTHsCzNPwi5AqbuHtq8EvO xKL9JMBcxBcKk2OWPUQiSJU+ZwMoYsGQvKdvwawuyM8vp/VCcKipvjfA4RkHdRPZ0yzE VcMQ==
X-Received by 10.52.29.209 with SMTP id m17mr7010vdh.72.1393853700140; Mon, 03 Mar 2014 05:35:00 -0800 (PST)
MIME-Version 1.0
In-Reply-To <55fc232e-f1a5-4c28-8fc0-06b3e3c63a68@googlegroups.com>
References <55fc232e-f1a5-4c28-8fc0-06b3e3c63a68@googlegroups.com>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date Mon, 3 Mar 2014 13:34:40 +0000
Subject Re: python decimal library dmath.py v0.3 released
To "Mark H. Harris" <harrismh777@gmail.com>, Python List <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7638.1393853709.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393853709 news.xs4all.nl 2900 [2001:888:2000:d::a6]:39233
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67539

Show key headers only | View raw


On 3 March 2014 11:34, Mark H. Harris <harrismh777@gmail.com> wrote:
> hi folks,
>
> Python Decimal Library dmath.py v0.3 Released
>
> https://code.google.com/p/pythondecimallibrary/

Hi Mark,

Is this available on PyPI? It seems there already is a "dmath" package
on PyPI that was written by someone else some time ago so you might
need to use a different name:
https://pypi.python.org/pypi/dmath/0.9


Oscar

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 03:34 -0800
  Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 04:02 -0800
  Re: python decimal library dmath.py v0.3 released Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2014-03-03 13:34 +0000
    Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 06:27 -0800
    Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 07:22 -0800
      Re: python decimal library dmath.py v0.3 released Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2014-03-03 16:44 +0000
        Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 08:52 -0800
  Re: python decimal library dmath.py v0.3 released Wolfgang Maier <xpysol@gmail.com> - 2014-03-03 09:23 -0800
    Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 12:03 -0800
      Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 13:18 -0800
        Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 14:08 -0800
        Re: python decimal library dmath.py v0.3 released Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-03-03 14:44 -0800
          Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 17:42 -0800
      Re: python decimal library dmath.py v0.3 released Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-03-03 14:15 -0800
        Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 14:42 -0800
        Re: python decimal library dmath.py v0.3 released Stefan Krah <stefan@bytereef.org> - 2014-03-04 21:35 +0000
          Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-04 18:28 -0800
  Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 17:46 -0800
    Re: python decimal library dmath.py v0.3 released "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-04 23:09 -0800

csiph-web