Some Python (Monty) Perspective (was Re: Language change and code breaks)

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Sun Jul 29 02:44:00 EDT 2001


Fri, 27 Jul 2001 16:40:47 GMT, Grant Edwards <grante at visi.com> pisze:

> An argument could be made that mixing ints and floats is A Bad
> Thing(tm).

I strongly disagree. The most natural way to cut a float into a half
is x/2

As long as literals like 2 have type int, mixing ints and floats
should be fully supported.

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list