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 Ramchandra Apte, terry.reedy
Date 2013-02-09.03:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360380492.52.0.161661355117.issue17158@psf.upfronthosting.co.za>
In-reply-to
Content
You are asking that help("modules spam") act more like help("modules"), which sensibly prints "Enter ..." after the list. A minor but reasonable request, but since the current behavior is not a bug and some code might possible depend on it, only for 3.4. Here is a simple but untested patch.
History
Date User Action Args
2013-02-09 03:28:12terry.reedysetrecipients: + terry.reedy, Ramchandra Apte
2013-02-09 03:28:12terry.reedysetmessageid: <1360380492.52.0.161661355117.issue17158@psf.upfronthosting.co.za>
2013-02-09 03:28:12terry.reedylinkissue17158 messages
2013-02-09 03:28:12terry.reedycreate