diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -230,6 +230,7 @@ Gyro Funch Peter Funk Geoff Furnish Ulisses Furquim +Hagen Fürstenau Achim Gaedke Lele Gaifax Santiago Gala @@ -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. |