This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, jackdied
Date 2010-07-01.04:02:46
SpamBayes Score 0.04068017
Marked as misclassified No
Message-id <1277956969.86.0.0611327381992.issue9118@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-01 04:02:50belopolskysetrecipients: + belopolsky, jackdied
2010-07-01 04:02:49belopolskysetmessageid: <1277956969.86.0.0611327381992.issue9118@psf.upfronthosting.co.za>
2010-07-01 04:02:47belopolskylinkissue9118 messages
2010-07-01 04:02:47belopolskycreate