This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients alex, docs@python, eric.araujo, eric.smith, holdenweb, lukasz.langa, michael.foord, rhettinger
Date 2010-11-25.20:34:47
SpamBayes Score 0.012286892
Marked as misclassified No
Message-id <1290717290.12.0.772900280627.issue10533@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I was perfectly aware of __missing__ - it's just a three liner to do it when using a lambda isn't *that* bad... I'm sure the documentation could be improved to highlight __missing__ though. It's almost always the case that documentation can be improved. :-)
History
Date User Action Args
2010-11-25 20:34:50michael.foordsetrecipients: + michael.foord, rhettinger, holdenweb, eric.smith, eric.araujo, alex, docs@python, lukasz.langa
2010-11-25 20:34:50michael.foordsetmessageid: <1290717290.12.0.772900280627.issue10533@psf.upfronthosting.co.za>
2010-11-25 20:34:47michael.foordlinkissue10533 messages
2010-11-25 20:34:47michael.foordcreate