]> granicus.if.org Git - python/commit
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexErr...
authorCollin Winter <collinw@gmail.com>
Sun, 11 Mar 2007 16:00:20 +0000 (16:00 +0000)
committerCollin Winter <collinw@gmail.com>
Sun, 11 Mar 2007 16:00:20 +0000 (16:00 +0000)
commit2faa9e146681bb4d5ea2b795dfaade35a1d1c2df
tree08c68c9b392a4b172d90a741f7cfeaf04a622dec
parent890320877658121d9def472ae0d7063b81fc3aed
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number.
Will backport.
Lib/pdb.py
Misc/NEWS