[Python-Dev] Comparing heterogeneous types
Andrew Koenig
ark-mlist at att.net
Thu Jun 24 12:52:00 EDT 2004
> No, the return type shouldn't depend on the input values.
It does already:
>>> 1000000000 + 1000000000
2000000000
>>> 2000000000 + 2000000000
4000000000L
More information about the Python-Dev
mailing list