]> granicus.if.org Git - python/commit
Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 29 Nov 2010 11:54:17 +0000 (11:54 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 29 Nov 2010 11:54:17 +0000 (11:54 +0000)
commit6f1070485f54469d7bf48df8306e398609340a07
tree08eda3c912bb78c17b0655e140161da0213126d7
parentead22227cce112457b6beba8b008699ea4a3a084
Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
Handle multiple breakpoints at same line. Update docs/test.
Patch by Xavier de Gaye.
Doc/library/pdb.rst
Lib/bdb.py
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS