[Scons-dev] Why we need to release separate SCons3 for Python 3

Russel Winder russel at winder.org.uk
Fri Feb 22 13:42:43 EST 2013


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:russel.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : <http://two.pairlist.net/pipermail/scons-dev/attachments/20130222/a35c7271/attachment.pgp>


More information about the Scons-dev mailing list