[issue3214] Suggest change to glossary explanation: "Duck Typing"

Antoine Pitrou report at bugs.python.org
Fri Jul 9 11:25:58 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> I actually would challenge the first sentence "A pythonic programming
> style which determines an object’s type by inspection of its method or
> attribute signature ". To me, and at least some usage on python-list,
> duck-typing means determining the interface (not type) by calling
> methods and catching exceptions if not present. This is the EAFP
> rather than inspection/LBYL style of duck typing.

Indeed. I would also remove "pythonic", because it will only confuse the
beginner.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3214>
_______________________________________


More information about the Python-bugs-list mailing list