commit | 72c0141f03f723fe5269cb9cdcb1541a4c6811e8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 09 00:23:41 2015 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 09 00:23:41 2015 -0400 |
tree | 45e30a07f651a09a4aefdbd1e5db8488f29a1f98 | |
parent | 36691efe7b00776f4c14247a1a161a1d9ed6b600 [diff] |
ensure .keywords is always a dict
diff --git a/Misc/NEWS b/Misc/NEWS index e76f187..b5a149c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Library ------- +- The keywords attribute of functools.partial is now always a dictionary. + - Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer successful if the callable is None.