Future division patch available (PEP 238)

Alan Miller ajm at enteract.com
Tue Jul 24 15:46:11 EDT 2001


Guido van Rossum (guido at digicool.com) wrote:
>- after "from __future__ import division", / is changed to return a
>  float result from int or long operands (and so is /=).

So who's going to write slashnanny.py that will go through old code and 
warn about existing operations that will be broken by the change?

ajm



More information about the Python-list mailing list