On Sun, Apr 27, 2014 at 7:27 AM, Dirk Bächle <[email protected]> wrote:
> On 17.04.2014 20:42, Gary Oberbrunner wrote: > > On Thu, Apr 17, 2014 at 2:38 PM, Bill Deegan > <[email protected]>wrote: > >> Dirk, >> >> It should be possible to say only branch "default". >> Do we want to run the python3 branch on slaves which have python3? >> > > That would be great. (Fixing the missing six import should be quick.) > > I just checked, neither one of my two buildslaves have Python3 installed. > So, for now I'm not taking any actions on this topic. However, I could > always try to install Python3 + six, if required or wanted. > Then it would be cool if someone could give me pointers to the exact > versions that are required (Python 3.x at least? Install six via > easy_install/pypi, or from source?) > The python3 branch now includes six.py in compat/. ( https://bitbucket.org/scons/scons/commits/60d0c9e46183085c11db29ca5f34535fd1ff7c44 ) I think we should try for 3.x support where x >= 3; that seems to be a popular choice. Anyone using python3 who can start testing this, please do! It is sure to be buggy but the only way to find the bugs is to try it (both the test suite and on real code). -- Gary
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
