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 terry.reedy
Recipients belopolsky, jackdied, terry.reedy
Date 2010-07-04.18:07:29
SpamBayes Score 0.0011526884
Marked as misclassified No
Message-id <1278266851.33.0.619058380147.issue9118@psf.upfronthosting.co.za>
In-reply-to
Content
The doc says that help takes one optional arg:
No arg: interactive help system
String: interpret as name of something
Any other object: help page for that object
[by implication, multiple args: TypeError]

Not returning help for None is a bug, so I say yes, backport, including to 2.6/7 if they have same bug. I think the OP's example, which turns on the fact that None is an object that can be attached to any target, and not just a name, illustrates the bugginess of the current behavior.

If NEWS includes a detailed list of bugfixes, then this could be included. If not, no.
History
Date User Action Args
2010-07-04 18:07:31terry.reedysetrecipients: + terry.reedy, belopolsky, jackdied
2010-07-04 18:07:31terry.reedysetmessageid: <1278266851.33.0.619058380147.issue9118@psf.upfronthosting.co.za>
2010-07-04 18:07:29terry.reedylinkissue9118 messages
2010-07-04 18:07:29terry.reedycreate