R. David Murray <rdmur...@bitdance.com> added the comment:

I don't think this is a bug.  There are many ways to lie in Python.  If your 
object lies, it is on your head when things break :)  On the flip side, the 
ability to lie is very handy in many circumstances, and is often a case of duck 
typing rather than lying.  Unless I'm missing something, __getattribute__ is 
how attributes are accessed, so there would have to be a strong reason to 
deviate from that.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32683>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to