diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-23 07:51:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-23 07:51:39 (GMT) |
commit | c2a2a751cf02f603c979817b0927b238ec0f141f (patch) | |
tree | 5f115824526e22326c18fafb02d6a4229a22d72b /Misc | |
parent | 95b5f0ad7ee08c88b749bba2bf229a27f0e89b62 (diff) | |
download | cpython-c2a2a751cf02f603c979817b0927b238ec0f141f.zip cpython-c2a2a751cf02f603c979817b0927b238ec0f141f.tar.gz cpython-c2a2a751cf02f603c979817b0927b238ec0f141f.tar.bz2 |
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
silently ignore keyword arguments.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ Core and Builtins Library ------- +- Issue #26822: itemgetter, attrgetter and methodcaller objects no longer + silently ignore keyword arguments. + - Issue #26733: Disassembling a class now disassembles class and static methods. Patch by Xiang Zhang. |