[issue21625] help()'s more-mode is frustrating

Serhiy Storchaka report at bugs.python.org
Mon Jun 2 07:20:02 CEST 2014


Serhiy Storchaka added the comment:

> Are there ways that we could (for example) have the prompt say "END (q to quit)" instead of just "END"?

Add following command to your profile file (~/.profile, ~/bashrc, or ~/.bash_aliases):

    export LESS='-PEND (q to quit)'

And please don't break help(). It works as expected (to Unix users) and is enough configurable.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21625>
_______________________________________


More information about the Python-bugs-list mailing list