]> granicus.if.org Git - python/commit
Change clear_break() to the old signature clear_break(file, line).
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 20:51:34 +0000 (20:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 20:51:34 +0000 (20:51 +0000)
commit6ea27cc2c6659b040a16c829fa51a66eefc23925
tree8012c4ddcf2e2f02d4ed35a33562d4576970f4d4
parent3bbef60990583cb61e797ccf902a122ffa6c923a
Change clear_break() to the old signature clear_break(file, line).
Add new clear_bpbynumber() with single bpno argument.  (Adapted from
a patch by Richard Wolff.)

Also some cleanup in error messages and moved some comments into a
docstring.
Lib/bdb.py