commit | 82b34c5dbebdd4c39dd310056b20e89d2bed63ed | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Feb 21 12:57:35 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Feb 21 12:57:35 2010 +0000 |
tree | 7a53145072bdd13dbc35fea511dda329b6e0836c | |
parent | 51f1204590ebe00554ad30d6abf0e723e2ee1b65 [diff] [blame] |
Issue #5211: Fix complex type to avoid implicit calls to complex.__coerce__. Thanks Meador Inge for the patch.
diff --git a/Misc/NEWS b/Misc/NEWS index 5750605..9211137 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #5211: the complex type no longer uses implicit coercion in + mixed-type binary arithmetic operations. + Library -------