]> granicus.if.org Git - python/commit
Issue #17071: Signature.bind() now works when one of the keyword arguments is named...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Jan 2013 20:21:56 +0000 (21:21 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Jan 2013 20:21:56 +0000 (21:21 +0100)
commit64a5562f4c92b6b99762f71d3506b4b0644cec70
treec8fb769f9287f2f32ef8d35650aecfae0b0f4992
parentf7209225bbc386aa3dd49e5c2c601cd0906ccb53
parentbd41d1b14c03e76c6ebf396720eddba60f00c8dc
Issue #17071: Signature.bind() now works when one of the keyword arguments is named self.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS