Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
This is simply because X.foo.fset is None and help(None) is the same as help(). Now, I think help(None) should print help on None object rather than start interactive help. Please consider attached patch. ---------- keywords: +patch nosy: +belopolsky stage: needs patch -> patch review Added file: http://bugs.python.org/file17824/issue9118.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9118> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com