[Python-Dev] defaultdict and on_missing() (original) (raw)
Michael Chermside mcherm at mcherm.com
Wed Feb 22 22:13:28 CET 2006
- Previous message: [Python-Dev] defaultdict and on_missing()
- Next message: [Python-Dev] defaultdict and on_missing()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A minor related point about on_missing():
Haven't we learned from regrets over the .next() method of iterators that all "magically" invoked methods should be named using the xxx pattern? Shouldn't it be named on_missing() instead?
-- Michael Chermside
- Previous message: [Python-Dev] defaultdict and on_missing()
- Next message: [Python-Dev] defaultdict and on_missing()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]