[issue17071] Signature.bind() fails with a keyword argument named "self"

Roundup Robot report at bugs.python.org
Tue Jan 29 21:24:54 CET 2013


Roundup Robot added the comment:

New changeset 49fd1c8aeca5 by Antoine Pitrou in branch '3.3':
Issue #17071: Signature.bind() now works when one of the keyword arguments is named ``self``.
http://hg.python.org/cpython/rev/49fd1c8aeca5

New changeset 4ff1dc8c0a3c by Antoine Pitrou in branch 'default':
Issue #17071: Signature.bind() now works when one of the keyword arguments is named self.
http://hg.python.org/cpython/rev/4ff1dc8c0a3c

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list