Language change and code breaks

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Jul 12 21:47:21 EDT 2001


Grant Edwards wrote:
> 
> In article <mailman.994958301.16016.python-list at python.org>, pfenn at mmm.com wrote:
> >
> >Is there really much code that depends on 1/3 == 0 being true?
> 
> I regulary depend on integer division working the way it does.

The point is whether there is any code which relies
on polymorphically deciding between integer and float
division at run time. I find it very difficult to
imagine what sort of application would *need* that.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list