Am 25.04.2014 um 01:00 schrieb Jean-Marc Lasgouttes <[email protected]>:

> 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.

On 10.6.8 it's 2.6.1
On 10.5.8 it's 2.5.1

Stephan

Reply via email to