]> granicus.if.org Git - python/commit
Issue #5211: Fix complex type to avoid implicit calls to
authorMark Dickinson <dickinsm@gmail.com>
Sun, 21 Feb 2010 12:57:35 +0000 (12:57 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 21 Feb 2010 12:57:35 +0000 (12:57 +0000)
commit82b34c5dbebdd4c39dd310056b20e89d2bed63ed
tree7a53145072bdd13dbc35fea511dda329b6e0836c
parent51f1204590ebe00554ad30d6abf0e723e2ee1b65
Issue #5211: Fix complex type to avoid implicit calls to
complex.__coerce__.  Thanks Meador Inge for the patch.
Doc/reference/datamodel.rst
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c