[issue17154] the 'ignore' pdb command raises IndexError

2013-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3507be2f94d4 by Georg Brandl in branch '3.3': Closes #17154: error out gracefully on "ignore" or "condition" without argument. http://hg.python.org/cpython/rev/3507be2f94d4 -- nosy: +python-dev resolution: -> fixed stage: -> committed/reje

[issue17154] the 'ignore' pdb command raises IndexError

2013-02-07 Thread Xavier de Gaye
New submission from Xavier de Gaye: An 'ignore' pdb command issued without any parameter raises IndexError. -- components: Library (Lib) messages: 181633 nosy: xdegaye priority: normal severity: normal status: open title: the 'ignore' pdb command raises IndexError type: behavior versions