[Python-Dev] Proposal: defaultdict (original) (raw)
Guido van Rossum guido at python.org
Fri Feb 17 21:23:06 CET 2006
- Previous message: [Python-Dev] Proposal: defaultdict
- Next message: [Python-Dev] Proposal: defaultdict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/17/06, Thomas Heller <theller at python.net> wrote:
Ahem, I'm still looking for ways to 'overtake' the dict to implement weird and fancy things. Can onmissing be overridden in subclasses (writing the subclass in C would not be a problem)?
Why ahem?
The answer is yes.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Proposal: defaultdict
- Next message: [Python-Dev] Proposal: defaultdict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]