[Python-checkins] CVS: python/dist/src/Lib bdb.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 25 Jan 1999 15:51:36 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	bdb.py 
Log Message:
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.