]> granicus.if.org Git - python/commit
If $TERM is "dumb" or "emacs", just dump the text instead of trying to run
authorFred Drake <fdrake@acm.org>
Mon, 23 Jul 2001 19:44:30 +0000 (19:44 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 23 Jul 2001 19:44:30 +0000 (19:44 +0000)
commit0a66fcb11666feb1b01e8a607ebc7dde7f9c451c
tree9c58fe06f3e7d3763931e3382fc8b42e2c01cd24
parent6fd3b22847c63fc13b67de936507b7e5e6b5e71d
If $TERM is "dumb" or "emacs", just dump the text instead of trying to run
"less".
Patch contributed by Alex Convertry.
This closes SF patch #443551.
Lib/pydoc.py