[Python-Dev] trunc() (original) (raw)

Guido van Rossum guido at python.org
Sun Jan 27 22🔞10 CET 2008


On Jan 27, 2008 12:12 PM, Raymond Hettinger <python at rcn.com> wrote:

[GvR] >> > - trunc(), round(), floor() and ceil() should all be built-ins, >> > corresponding to trunc, round, floor and ceil.

In Py2.6, what will the signatures be? Last I heard, ceil() and floor() were still going to be float-->float.

When imported from math, yes, for 2.5 compatibility. If we add builtins, the builtins won't have this restriction.

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list