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 roger.serwy
Recipients eric.araujo, rhettinger, roger.serwy
Date 2012-07-14.17:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342287525.79.0.9550420596.issue15337@psf.upfronthosting.co.za>
In-reply-to
Content
On 3.3.0b1 and 3.2 I get:


(Cmd) help

Documented commands (type help <topic>):
========================================
help


I only see help under "Undocumented" with 2.7.


It looks like this changeset f8c896ad787f never got backported to 2.7. This involves adding a doc string to do_help. Manually applying this doc_string fixes the problem on 2.7
History
Date User Action Args
2012-07-14 17:38:45roger.serwysetrecipients: + roger.serwy, rhettinger, eric.araujo
2012-07-14 17:38:45roger.serwysetmessageid: <1342287525.79.0.9550420596.issue15337@psf.upfronthosting.co.za>
2012-07-14 17:38:45roger.serwylinkissue15337 messages
2012-07-14 17:38:45roger.serwycreate