On Fri, May 27, 2011 at 1:58 AM, MRAB <pyt...@mrabarnett.plus.com> wrote:
> I'd just like to point out that it's a convention, not a rigid rule.
> Sometimes it's not followed, for example, dict.setdefault.

dict.setdefault is more like dict.get but it also stores the result.
It's probably more a name issue than a protocol issue.

Chris Angelico
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to