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 ping
Recipients
Date 2002-09-24.20:54:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45338

> It should also honour the PAGER environment variable

It already does this.  Read the code.

> I would suggest simply call more on Windows.

It already does this.  Read the code.

> The attached patch gets it to quietly look for 'less' 

It also already does this.  If it's not working for you,
there must be a bug. Look at the code -- all of this
behaviour is right there in getpager() and has been
there ever since pydoc was first written.
History
Date User Action Args
2007-08-23 15:15:23adminlinkissue612111 messages
2007-08-23 15:15:23admincreate