[Scons-dev] no more print statements in SConscripts?

Tim Jenness tjenness at lsst.org
Wed May 25 14:14:40 EDT 2016


> On May 25, 2016, at 11:12 , Bill Deegan <bill at baddogconsulting.com> wrote:
> 
> Tim,
> 
> The issue then is that we've migrated the SConstructs/SConscripts in the test suite to use print() so we can work on getting py3 also working.
> 

I think those tests can have “from __future__ import print_function” added to them and the tests would pass.

My worry is releasing scons v3 and having all the python 2.7 users scream. If we can just make it so that the importing code for external files does not inherit print_function by default then everyone will be happy.

— 
Tim Jenness




More information about the Scons-dev mailing list