[New-bugs-announce] [issue19076] Pdb.do_break calls error with obsolete file kwarg

Michael Smith report at bugs.python.org
Mon Sep 23 02:29:21 CEST 2013


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, line 675 reads:
                self.error(err, file=self.stdout)

but line 448:
    def error(self, msg):

----------
components: Extension Modules
messages: 198309
nosy: Michael.Smith
priority: normal
severity: normal
status: open
title: Pdb.do_break calls error with obsolete file kwarg
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19076>
_______________________________________


More information about the New-bugs-announce mailing list