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

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


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

Modified Files:
	pdb.py 
Log Message:
Change clear syntax to support three alternatives:

    clear
    clear file:line
    clear bpno bpno ...

Also print the breakpoint data after calling set_break(), because the
print statement in set_break() has gone.