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 belopolsky
Recipients belopolsky, eric.araujo, jsbronder
Date 2011-02-04.00:51:48
SpamBayes Score 0.00021434331
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Thu, Feb 3, 2011 at 7:39 PM, Éric Araujo <[email protected]> wrote:
..
> Justin: what exactly is a pager that does not support man pages?

I may know the answer to this one.  A common PAGER setting is "less
-rs" which makes less skip whitespace lines and passes through
terminal control chars.  Nether of these options are needed for pydoc,
but I don't know if they cause any harm.
History
Date User Action Args
2011-02-04 00:51:49belopolskysetrecipients: + belopolsky, eric.araujo, jsbronder
2011-02-04 00:51:48belopolskylinkissue8637 messages
2011-02-04 00:51:48belopolskycreate