[Python-3000] Discussions with no PEPs

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 9 01:41:18 CET 2007


Bill Janssen wrote:
> Calling a method on an object doesn't seem like duck-typing to
> me, though.

It's duck typing in the sense that you don't have to
formally declare the object as conforming to some
interface before you can call the method.

--
Greg


More information about the Python-3000 mailing list