Terry Reedy wrote:
> "Guido van Rossum" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
> | Does no-one thinks it means round(f) either?
> 
> Not me.  Int should truncate, so trunc() not needed unless is does 
> something different.
> 
Like returning a value of the same type as the input? int(), being a 
call to a type, should never return a value of another type.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to