]> granicus.if.org Git - python/commit
Richard Wolff's changes:
authorGuido van Rossum <guido@python.org>
Fri, 11 Sep 1998 22:33:08 +0000 (22:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Sep 1998 22:33:08 +0000 (22:33 +0000)
commit5fca6fd2d9d53a5c417fc8a811752009b0f025e4
tree583910ec3a70b9a55e5d1361c0c92f542421287a
parentb7833d3c0c17ab55bc9be84e6a531a5da22023a8
Richard Wolff's changes:

cmd.py  has incorporated the changes we discussed a couple of weeks ago
(a command queue, returning line from precmd, and stop from postcmd)
and some changes to help that were occasioned because I wanted to
inherit from pdb which inherits from cmd.py and the help routine
didn't look for commands or the associated help deeply enough.
Lib/cmd.py