Re: [Python-Dev] [issue3214] Suggest change to glossary explanation: "Duck Typing"

2008-07-02 Thread Steve Holden
Paddy 3118 wrote: Hi, I'd like extra opinions on this issue please: http://bugs.python.org/issue3214 It's about changing the definition of Duck typing to remove hasattr and leave just EAFP in the enablers - more detail is in the issue log. The change seems to make sense. Use of hasattr() to de

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

2008-07-01 Thread Paddy 3118
Hi, I'd like extra opinions on this issue please: http://bugs.python.org/issue3214 It's about changing the definition of Duck typing to remove hasattr and leave just EAFP in the enablers - more detail is in the issue log. Thanks, Paddy. ___ Python-Dev