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


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

Re: Mapping, with sequence as key, wildcard and subsequence matching

Started byBen Finney <ben+python@benfinney.id.au>
First post2015-07-16 17:11 +1000
Last post2015-07-16 17:11 +1000
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: Mapping, with sequence as key, wildcard and subsequence matching Ben Finney <ben+python@benfinney.id.au> - 2015-07-16 17:11 +1000

#93908 — Re: Mapping, with sequence as key, wildcard and subsequence matching

FromBen Finney <ben+python@benfinney.id.au>
Date2015-07-16 17:11 +1000
SubjectRe: Mapping, with sequence as key, wildcard and subsequence matching
Message-ID<mailman.567.1437030905.3674.python-list@python.org>
Zachary Ware <zachary.ware+pylist@gmail.com> writes:

> On Thu, Jul 16, 2015 at 1:31 AM, Ben Finney <ben+python@benfinney.id.au> wrote:
> > Fine by me. What is the mapping API that needs to be implemented though?
>
> Have a look at collections.MutableMapping.

Thank you, that's great! I hadn't realised the ‘collections’ module had
such comprehensive coverage of Python built-in type APIs.

Now to focus back on the “existing debugged implementation” part :-)

-- 
 \       “Nothing is so common as to imitate one's enemies, and to use |
  `\           their weapons.” —Voltaire, _Dictionnaire Philosophique_ |
_o__)                                                                  |
Ben Finney

[toc] | [standalone]


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


csiph-web