summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-01-29 20:20:57 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-01-29 20:20:57 (GMT)
commitbd41d1b14c03e76c6ebf396720eddba60f00c8dc (patch)
tree6c3861261529c87b46fad3f7406dc7f1a22f653b /Misc/NEWS
parentc5b75db5def1890924d914bc36b54e6a120bf2d7 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce8c088..66bdb03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.