diff options
author | Brett Cannon <brett@python.org> | 2012-08-06 20:34:44 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-08-06 20:34:44 (GMT) |
commit | cb4996afe4952e219d13bbb5a84162ab1aaa6887 (patch) | |
tree | c4d7cd79f10e23fc3c369d6d5636e0ed24182acb /Misc/NEWS | |
parent | 638de338e66b6e84a98c7bd8f6f6959575b53c51 (diff) | |
download | cpython-cb4996afe4952e219d13bbb5a84162ab1aaa6887.zip cpython-cb4996afe4952e219d13bbb5a84162ab1aaa6887.tar.gz cpython-cb4996afe4952e219d13bbb5a84162ab1aaa6887.tar.bz2 |
Issue #15471: Don't use mutable object as default values for the
parameters of importlib.__import__().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ Core and Builtins Library ------- +- Issue #15471: Do not use mutable objects as defaults for + importlib.__import__(). + - Issue #15559: To avoid a problematic failure mode when passed to the bytes constructor, objects in the ipaddress module no longer implement __index__ (they still implement __int__ as appropriate) |