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 r.david.murray
Recipients ebehar, eric.smith, ezio.melotti, gruszczy, r.david.murray, rhettinger
Date 2010-03-18.19:11:19
SpamBayes Score 0.00058333256
Marked as misclassified No
Message-id <1268939481.58.0.0210271459573.issue6081@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this patch satisfies Raymond's request.  It is explicitly checking for a __missing__ attribute, but Raymond was talking about a more general facility whereby you can pass in an arbitrary object that implements the mapping interface.  Using the __missing__ facility was just an example of why this would be useful.
History
Date User Action Args
2010-03-18 19:11:21r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.smith, ezio.melotti, gruszczy, ebehar
2010-03-18 19:11:21r.david.murraysetmessageid: <1268939481.58.0.0210271459573.issue6081@psf.upfronthosting.co.za>
2010-03-18 19:11:19r.david.murraylinkissue6081 messages
2010-03-18 19:11:19r.david.murraycreate