Le 24/04/14 23:13, Josh Hieronymus a écrit :
The comment: if we're only concerned with supporting Python 2.7 and up,
we could include the statement "from __future__ import print_function"
in any file in which we use the print function, as this allows us to use
all of the features of the Python 3.X print function and avoids some
potentially unwanted behavior when printing multiple values.

Stephan, what version of python can be expected on Mac OS X 10.5 and 10.6? 10.7 has python 2.7.1.

JMarc

Reply via email to