summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 19a4f8a..6d380b6 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -230,6 +230,7 @@ Gyro Funch
Peter Funk
Geoff Furnish
Ulisses Furquim
+Hagen Fürstenau
Achim Gaedke
Lele Gaifax
Santiago Gala
diff --git a/Misc/NEWS b/Misc/NEWS
index 24afb0e..ecc808f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
Library
-------
+- Issue #4307: The named tuple that ``inspect.getfullargspec()`` returns now
+ uses ``kwonlydefaults`` instead of ``kwdefaults``.
+
- Issue #4298: Fix a segfault when pickle.loads is passed a ill-formed input.
- Issue #4283: Fix a left-over "iteritems" call in distutils.