[issue6044] Exception message in int() when trying to convert a complex

Mark Dickinson report at bugs.python.org
Sun May 17 12:49:27 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Removed "; use int(abs(z))" from the error message (and the
corresponding pieces from the error messages for long(z)
and float(z)) in r72718, r72719, r72720, r72722.

(Georg agreed to this change in a brief discussion on IRC.)

----------
resolution: invalid -> fixed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6044>
_______________________________________


More information about the Python-bugs-list mailing list