]> granicus.if.org Git - python/commit
Richard Wolff's changes:
authorGuido van Rossum <guido@python.org>
Fri, 11 Sep 1998 22:38:35 +0000 (22:38 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Sep 1998 22:38:35 +0000 (22:38 +0000)
commitd93643fe4af71df74fc8ae3bdc12f744775d1c23
tree4b0acd0b165211cc0cb62ff04d0a0cfccb2ff352
parent5fca6fd2d9d53a5c417fc8a811752009b0f025e4
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.)
Lib/bdb.py