[Python-Dev] Mixing float and Decimal -- thread reboot

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Mar 23 01:33:48 CET 2010


Mark Dickinson wrote:
> It might make sense for
> Decimal + complex mixed-type operations to be disallowed, for example.

As long as you're allowing Decimal-float comparisons,
Decimal-complex comparison for equality has an obvious
interpretation.

-- 
Greg


More information about the Python-Dev mailing list