On 05/03/2014 01:27 AM, Benjamin Piwowarski wrote:
On 2 May 2014 at 19:41:52 , José Matos ([email protected]
<mailto:[email protected]>) wrote:
On Friday 02 May 2014 13:31:36 Neal Becker wrote:
> I think the python-future package is helpful
Do you mean
from __future__ import print_function, division
if so I agree. :-)
Yes, but it would be good not to use it, in order to support OS X
systems more ancient than the current one - they are running python
2.5-2.6.
We should decide on the minimum version of Python we want to support for
2.2.
Richard