On 2 May 2014 at 19:41:52 , José Matos ([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. benjamin
