mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
pydoc.pager does not promise to use $PAGER.
This commit is contained in:
parent
9cec307a11
commit
55353ca6dc
2 changed files with 4 additions and 5 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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue