[issue20786] inspect.getargspec() returns wrong answer with property.__delete__()

Yury Selivanov report at bugs.python.org
Wed Feb 26 23:27:13 CET 2014


Yury Selivanov added the comment:

Larry, I think the problem is that

    >>> property.__delete__.__text_signature__
    '(instance, /)'

but should be something like '($self, instance, /)'.

What do you think?

----------

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


More information about the Python-bugs-list mailing list