Re: [Python-Dev] [python] Re: trunc()

2008-01-24 Thread Guido van Rossum
On Jan 24, 2008 3:32 PM, Michael Foord <[EMAIL PROTECTED]> wrote: > > Jeffrey Yasskin wrote: > > On Jan 24, 2008 1:11 PM, Raymond Hettinger <[EMAIL PROTECTED]> wrote: > > > >> [Raymond Hettinger] > >> > >>> Since something similar is happening to math.ceil and math.floor, > >>> I'm curious why trun

Re: [Python-Dev] [python] Re: trunc()

2008-01-24 Thread Michael Foord
Jeffrey Yasskin wrote: > On Jan 24, 2008 1:11 PM, Raymond Hettinger <[EMAIL PROTECTED]> wrote: > >> [Raymond Hettinger] >> >>> Since something similar is happening to math.ceil and math.floor, >>> I'm curious why trunc() ended-up in builtins instead of the math >>> module. Doesn't it make