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


Groups > comp.lang.python > #34594 > unrolled thread

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

Started byJason Friedman <jason@powerpull.net>
First post2012-12-10 21:08 -0700
Last post2012-12-10 21:08 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Jason Friedman <jason@powerpull.net> - 2012-12-10 21:08 -0700

#34594 — Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes

FromJason Friedman <jason@powerpull.net>
Date2012-12-10 21:08 -0700
SubjectRe: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes
Message-ID<mailman.706.1355198907.29569.python-list@python.org>
> Thesaurus is a new a dictionary subclass which allows calling keys as
> if they are class attributes and will search through nested objects
> recursively when __getitem__ is called.

Good stuff.  You might consider:
1) Licensing under an OSI-approved license
(http://opensource.org/licenses/index.html).
2) Posting your code at ActiveState.com.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web