diff options
author | Georg Brandl <georg@python.org> | 2010-07-19 08:02:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-19 08:02:46 (GMT) |
commit | 55353ca6dca62069cddde136be6f13ca374fce5b (patch) | |
tree | f43db04d750e2cf828dec51a65e71e6fee7d54be /Lib/pdb.py | |
parent | 9cec307a1136b7d8ce7dc2c6fb2083526e599474 (diff) | |
download | cpython-55353ca6dca62069cddde136be6f13ca374fce5b.zip cpython-55353ca6dca62069cddde136be6f13ca374fce5b.tar.gz cpython-55353ca6dca62069cddde136be6f13ca374fce5b.tar.bz2 |
pydoc.pager does not promise to use $PAGER.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1123,7 +1123,7 @@ class Pdb(bdb.Bdb, cmd.Cmd): print("""h(elp) Without argument, print the list of available commands. With a command name as argument, print help about that command -"help pdb" pipes the full documentation file to the $PAGER +"help pdb" shows the full pdb documentation "help exec" gives help on the ! command""", file=self.stdout) def help_where(self): |