On Wed, Oct 12, 2011 at 12:28 PM, Laurent <moky.m...@gmail.com> wrote: > >> Include from __future__ import division on the top of your file >> >>>>> from __future__ import division >>>>> 1/2 >> >> 0.5 >> > > Wohaw. This means that this behavior is going to be default in a foreseeable > future ?
Never in Python 2.x, but it already is in Python 3.x [1] [1] - http://www.python.org/dev/peps/pep-0238/ -- http://mail.python.org/mailman/listinfo/python-list