On Fri, 2013-02-22 at 18:10 +0300, anatoly techtonik wrote: […] > Every construct of Python 2.x that is not compatible with Python 3 will > give errors - print statements is the most obvious.
Not entirely true. print statements/function calls call be written to
be Python 2 and Python 3 compliant, or:
from __future__ import print_function
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:[email protected]
41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected]
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
