Joe Jevnik added the comment:

I don't see how it is a bug that you can make __call__ an arbitrary descriptor 
as long as it returns a valid callable. if n.__call__ is a valid callable, why 
should it matter that it was looked up as a descriptor or as an instancemethod?

----------
type: enhancement -> behavior
versions: +Python 2.7, Python 3.2, Python 3.3, Python 3.4 -Python 3.5

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

Reply via email to