commit | 5fca6fd2d9d53a5c417fc8a811752009b0f025e4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Sep 11 22:33:08 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Sep 11 22:33:08 1998 +0000 |
tree | 583910ec3a70b9a55e5d1361c0c92f542421287a | |
parent | b7833d3c0c17ab55bc9be84e6a531a5da22023a8 [diff] |
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.