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] |
Issue #5211: Fix complex type to avoid implicit calls to complex.__coerce__. Thanks Meador Inge for the patch.