diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-29 20:20:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-29 20:20:57 (GMT) |
commit | bd41d1b14c03e76c6ebf396720eddba60f00c8dc (patch) | |
tree | 6c3861261529c87b46fad3f7406dc7f1a22f653b /Misc/NEWS | |
parent | c5b75db5def1890924d914bc36b54e6a120bf2d7 (diff) | |
download | cpython-bd41d1b14c03e76c6ebf396720eddba60f00c8dc.zip cpython-bd41d1b14c03e76c6ebf396720eddba60f00c8dc.tar.gz cpython-bd41d1b14c03e76c6ebf396720eddba60f00c8dc.tar.bz2 |
Issue #17071: Signature.bind() now works when one of the keyword arguments is named ``self``.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -164,6 +164,9 @@ Core and Builtins Library ------- +- Issue #17071: Signature.bind() now works when one of the keyword arguments + is named ``self``. + - Issue #12004: Fix an internal error in PyZipFile when writing an invalid Python file. Patch by Ben Morgan. |