On 21.10.12 09:05, Greg Ewing wrote:
The equivalent solution here would be to add a new operator for complex exponentiation that coerces its operands to complex, and restrict the existing one to floats only.
In case of division a new operator (//) restricted to ints only, and the existing one coerces its operands to floats.
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com