Old Man Yells At Cloud

Gregory Ewing greg.ewing at canterbury.ac.nz
Sun Sep 17 02:27:37 EDT 2017


Paul Rubin wrote:
> Python 2 does something reasonable

I don't agree. It might be reasonable in a statically-typed
language, but in a dynamically-typed language where you're
encouraged to use ints as stand-ins for integer-valued floats,
it's an invitation for trouble. There are good reasons it was
changed in Python 3.

-- 
Greg



More information about the Python-list mailing list