[issue19076] Pdb.do_break calls error with obsolete file kwarg

2014-07-12 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Michael. -- assignee: -> berker.peksag components: -Extension Modules nosy: +r.david.murray resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: -> behavior versions: +Python 3.5 -Python 3.3

[issue19076] Pdb.do_break calls error with obsolete file kwarg

2014-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset afa9c0e24a71 by Berker Peksag in branch '3.4': Issue #19076: Don't pass the redundant 'file' argument to self.error(). http://hg.python.org/cpython/rev/afa9c0e24a71 New changeset d891ad8aeb80 by Berker Peksag in branch 'default': Issue #19076: Merge

[issue19076] Pdb.do_break calls error with obsolete file kwarg

2013-09-22 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) nosy: +berker.peksag, georg.brandl stage: -> needs patch versions: +Python 3.4 ___ Python tracker ___ __

[issue19076] Pdb.do_break calls error with obsolete file kwarg

2013-09-22 Thread Michael Smith
New submission from Michael Smith: Pretty straightforward: File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/pdb.py", line 675, in do_break self.error(err, file=self.stdout) TypeError: error() got an unexpected keyword argument 'file' Sure enough