[Python-Dev] trunc()

Raymond Hettinger python at rcn.com
Sun Jan 27 19:54:10 CET 2008


> Then int(<float>) can be defined by deferring to trunc()
> -- as opposed to round().

That part is new and represents some progress.  If I understand it
correctly, it means that we won't have both __int__ and __trunc__
magic methods.  That's a good thing.


Raymond


More information about the Python-Dev mailing list