Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'desirable.': 0.07; 'subject:PEP': 0.07; 'pep': 0.09; 'subject:module': 0.09; 'agree.': 0.16; 'feasible': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'rationale': 0.16; 'subject:Adding': 0.16; 'sender:addr:gmail.com': 0.17; 'install': 0.23; 'package.': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'posting': 0.31; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'to:addr:python- list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'more': 0.64; 'skip:\xe2 10': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=FcLXcdApF0YI2DwzuSk04ZfwG7sHelG5sptIVdur8g4=; b=LK7z5tKjGrnB9FdyOY43PRoJIRR660BJ2Lv74MK+xrSEkFTE55hmt1F8MqpnQnyCBi rnYlrfkJJWNgi0vcg34s1iCAl2phTS9/e+uTARi9wmnYHu2pJSbtu6+SzP3ftdF7oecz bnC1aJbpUcgxHp5EjsAg+wOVX5qZV/AXR6yMvQLd+wihiBhd80Tt3UmGC7yKEOV5L+m9 WiqbyqO312E86Qx5nNbysuZAPeMSALOf1Aeld/dziHVajUcMu68fL6tvlVUzkPlESHJO g714tjHqwTNfYyOLPsKqKaoL5BxrRHqlrDcfgwz7YDy2lkF3p+QsCrLiALb6yB0+VXN2 iojQ== MIME-Version: 1.0 X-Received: by 10.58.248.40 with SMTP id yj8mr4256230vec.40.1376221836224; Sun, 11 Aug 2013 04:50:36 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <7w7gfukuf1.fsf@benfinney.id.au> References: <520592f9$0$30000$c3e8da3$5496439d@news.astraweb.com> <7w7gfukuf1.fsf@benfinney.id.au> Date: Sun, 11 Aug 2013 06:50:36 -0500 X-Google-Sender-Auth: lUpZHOb8b6hfOvB145ERAkJ00B0 Subject: Re: PEP 450 Adding a statistics module to Python From: Skip Montanaro To: Python Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376221844 news.xs4all.nl 15959 [2001:888:2000:d::a6]:54834 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52381 > See the Rationale of PEP 450 for more reasons why =E2=80=9Cinstall NumPy= =E2=80=9D is not > a feasible solution for many use cases, and why having =E2=80=98statistic= s=E2=80=99 as a > pure-Python, standard-library package is desirable. I read that before posting but am not sure I agree. I don't see the screaming need for this package. Why can't it continue to live on PyPI, where, once again, it is available as "pip install ..."? S