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 r.david.murray
Recipients RusiMody, berker.peksag, ezio.melotti, r.david.murray
Date 2015-03-27.19:19:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427483995.35.0.886428344668.issue23792@psf.upfronthosting.co.za>
In-reply-to
Content
The print of KeyboardInterrupt whould be dropped.  less itself does nothing if you press ctl-c, and the pager is used when pydoc is called from the shell command line, and printing KeyboardInterrupt there just looks wrong.
History
Date User Action Args
2015-03-27 19:19:55r.david.murraysetrecipients: + r.david.murray, ezio.melotti, RusiMody, berker.peksag
2015-03-27 19:19:55r.david.murraysetmessageid: <1427483995.35.0.886428344668.issue23792@psf.upfronthosting.co.za>
2015-03-27 19:19:55r.david.murraylinkissue23792 messages
2015-03-27 19:19:55r.david.murraycreate