R. David Murray <[email protected]> added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue6081>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to