summaryrefslogtreecommitdiffstats
path: root/test/print_statement.py
Commit message (Collapse)AuthorAgeFilesLines
* Support python 2 print statements in SConscriptsThomas Berg2017-09-251-0/+56
This fixes a regression introduced in scons-3.0.0, where SConscripts containing python 2 print statements would cause syntax errors even when executing scons with python 2.7. This ensures backward compatibility, allowing users to build legacy code with scons-3.0.0 without having to patch it.