commit | d93643fe4af71df74fc8ae3bdc12f744775d1c23 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Sep 11 22:38:35 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Sep 11 22:38:35 1998 +0000 |
tree | 4b0acd0b165211cc0cb62ff04d0a0cfccb2ff352 | |
parent | 5fca6fd2d9d53a5c417fc8a811752009b0f025e4 [diff] |
Richard Wolff's changes: bdb.py now has a class definition called Breakpoint along with associated methods. There's no reason why this class has to be there; if you prefer it elsewhere, 'tis easily done. (Minor reformatting by GvR; e.g. moved Breakpoint's doc string to proper point.)