]> 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:04:01 +0000 (16:04 +0000)
committerCollin Winter <collinw@gmail.com>
Sun, 11 Mar 2007 16:04:01 +0000 (16:04 +0000)
commit3e43bcc78e2716eda822eab3cd08da206b0b8f35
tree1ec27a9c715140aabcc7e40aec12dc6050aadd31
parentad3d2c2fe496c824292720e0c6f5265634503cb0
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number.
Backport of r54271.
Lib/pdb.py
Misc/NEWS