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


Groups > comp.lang.python > #34688

Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.052
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'subject:using': 0.09; 'dec': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hides': 0.16; 'sorts': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'errors': 0.23; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; "d'aprano": 0.29; 'steven': 0.29; 'code': 0.31; 'asked': 0.33; 'to:addr:python-list': 0.33; 'code:': 0.33; 'received:google.com': 0.34; 'fail': 0.35; 'identified': 0.35; 'so,': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; '12,': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'dead': 0.62; 'worth': 0.63; 'now...': 0.84
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:to :content-type; bh=SNq0b4if8QpmJI3JDp4gjUL5JZPVCvlK4jk0cfJH+lE=; b=yR5Ra7bOKL979SOZhf3gVINbuTpGXVBOv8yZUF3PSQnXc1l7MFNWdwBjEsz3nL9dSl x9AwG5Pihb7PvvjKRVIZkYeELvZS6zh/EWGRzzYJybnrm0ofUIUpCLDsYkBstzZb7hIb FDRSmaUC1Uz4ttMrvZcmlsJvTLYlJHuzbZUmBBQ0hNjDIckNqsHuwadrSlA1PEZ6Cm9e SO6mzQwhi+laSPJs2NSUN7djFPM2xDAKPOsmfce/rnHiBlKuUk0l+Ux0a5xmaxMwTDkL 5zn+ebXb2EuALqH2Wprb/F1W6ZTt8Ue5TotR2d+iCIOOphu4WtK/kzHYMxyu8Y8Y3Lba eh3A==
MIME-Version 1.0
In-Reply-To <50c82577$1$21722$c3e8da3$76491128@news.astraweb.com>
References <mailman.705.1355198321.29569.python-list@python.org> <50c6eae2$0$21722$c3e8da3$76491128@news.astraweb.com> <mailman.743.1355260121.29569.python-list@python.org> <50c82577$1$21722$c3e8da3$76491128@news.astraweb.com>
Date Wed, 12 Dec 2012 17:44:24 +1100
Subject Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes
From Chris Angelico <rosuav@gmail.com>
To 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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.772.1355294667.29569.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1355294667 news.xs4all.nl 6842 [2001:888:2000:d::a6]:58255
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34688

Show key headers only | View raw


On Wed, Dec 12, 2012 at 5:34 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> So, let's see now... I identified that your Thesaurus code:
>
> * will fail silently;
> * contains dead code that is never used;
> * contains redundant code that is pointless;
> * hides errors in the caller's code;
>
> and you consider this "not productive, not worth my time". Code review
> with you must be *all* sorts of fun.

He never asked for code review :)

ChrisA

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


Thread

ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Dave Cinege <dave@cinege.com> - 2012-12-10 22:48 -0500
  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-11 08:12 +0000
    Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Dave Cinege <dave@cinege.com> - 2012-12-11 16:08 -0500
      Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-12 06:34 +0000
      Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-12 06:34 +0000
        Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Chris Angelico <rosuav@gmail.com> - 2012-12-12 17:44 +1100
        Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes "D'Arcy J.M. Cain" <darcy@druid.net> - 2012-12-12 05:25 -0500
  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Dave Cinege <dave@cinege.com> - 2012-12-12 13:13 -0500
  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-12-12 23:56 +0000
    Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-13 00:15 +0000

csiph-web