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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to