<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Scons: Support the new Scons 3.0.0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102852#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Scons: Support the new Scons 3.0.0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102852">bug 102852</a>
              from <span class="vcard"><a class="email" href="mailto:liviuprodea@yahoo.com" title="Alex Granni <liviuprodea@yahoo.com>"> <span class="fn">Alex Granni</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=134347" name="attach_134347" title="Scons 3.0.0 compatibility patch">attachment 134347</a> <a href="attachment.cgi?id=134347&action=edit" title="Scons 3.0.0 compatibility patch">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=102852&attachment=134347'>[review]</a>
Scons 3.0.0 compatibility patch

Fixing this turned out to be very straight forward.
Scons 3.0.0 wants print called like functions, so replacing 
print '...' and print "..." everywhere with print ('...') and print ("...")
respectively did the trick. I checked with Scons 2.5.1 and it recognizes this
new format, so there is no breakage with previous Scons release.

I used the Everything advanced search utility to make sure I don't miss any 
print '...' and print "..." unconverted.

I know, this patch is large, exceeding the recommended size. It could be split
in 6 parts, one for each touched file.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>