[issue9118] help() on a property descriptor launches interactive help

Alexander Belopolsky report at bugs.python.org
Sun Jul 4 19:06:40 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Committed in r82547. I am leaving it open to decide whether this is a 3.1-backport candidate.   Also I am not sure this is NEWS-worthy.


Jack,

Does this address your issue?  Note that

>>> help(X.foo.fset)

will still not return help on X.foo, but it will make it obvious that X.foo.fset is None.

----------
stage: commit review -> committed/rejected
versions: +Python 3.1

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


More information about the Python-bugs-list mailing list