This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients brett.cannon, larry, pitrou, python-dev, yselivanov
Date 2013-01-29.20:24:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YwfMT4tM8zPRZ@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2013-01-29 20:24:54python-devsetrecipients: + python-dev, brett.cannon, pitrou, larry, yselivanov
2013-01-29 20:24:54python-devlinkissue17071 messages
2013-01-29 20:24:54python-devcreate