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, jsbronder
Date 2010-05-06.18:06:09
SpamBayes Score 0.012400895
Marked as misclassified No
Message-id <1273169171.37.0.0685172023838.issue8637@psf.upfronthosting.co.za>
In-reply-to
Content
Similar logic can be written simpler as

use_pager = os.environ.get('MANPAGER') or os.environ.get('PAGER')
if use_pager:
  ...
(yes, I think ignoring empty *PAGER is preferable to an error)

I am not sure, pydoc should respect MANPAGER.  Why not PYDOCPAGER?

In any case this is a feature request rather than a bug.
History
Date User Action Args
2010-05-06 18:06:11belopolskysetrecipients: + belopolsky, jsbronder
2010-05-06 18:06:11belopolskysetmessageid: <1273169171.37.0.0685172023838.issue8637@psf.upfronthosting.co.za>
2010-05-06 18:06:09belopolskylinkissue8637 messages
2010-05-06 18:06:09belopolskycreate