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 cben
Recipients cben, docs@python
Date 2010-11-19.13:53:31
SpamBayes Score 0.019335786
Marked as misclassified No
Message-id <1290174817.07.0.690141680958.issue10457@psf.upfronthosting.co.za>
In-reply-to
Content
help('NAMESPACES') or any other long help is shows in a pager.  That's great.  It's a bit surprising however that the text shown in the pager doesn't include the "Related help topics: ..." line, which is shown when you leave the pager.

There is practical benefit to see the related topics after you exited the pager - that's when you have the chance to follow these other topics.  But I think it should be duplicated inside the pager as well.
History
Date User Action Args
2010-11-19 13:53:37cbensetrecipients: + cben, docs@python
2010-11-19 13:53:37cbensetmessageid: <1290174817.07.0.690141680958.issue10457@psf.upfronthosting.co.za>
2010-11-19 13:53:32cbenlinkissue10457 messages
2010-11-19 13:53:31cbencreate