[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-14 Thread Martin Panter
Martin Panter added the comment: Thanks, that version looks more sensible -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-14 Thread Matthias Klose
Matthias Klose added the comment: sorry, updated. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset dea9f9b5582b by doko in branch 'default': - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to https://hg.python.org/cpython/rev/dea9f9b5582b -- ___ Python tracker

[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-13 Thread Martin Panter
Martin Panter added the comment: Matthias: your change causes pydoc to raise KeyError if I set MANPAGER but not PAGER. I’m guessing you intended something else? -- nosy: +martin.panter versions: +Python 3.6 -Python 3.3 ___ Python tracker

[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-13 Thread Matthias Klose
Matthias Klose added the comment: fixed for 3.6.0a3 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-b

[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 820d21c97d66 by doko in branch 'default': - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to https://hg.python.org/cpython/rev/820d21c97d66 -- nosy: +python-dev ___ Python tracker

[issue8637] Add MANPAGER envvar to specify pager for pydoc

2016-06-13 Thread Matthias Klose
Matthias Klose added the comment: adding MANPAGER, with the simpler logic. -- nosy: +doko title: Add PYDOCPAGER envvar to specify pager for pydoc -> Add MANPAGER envvar to specify pager for pydoc ___ Python tracker