Nodejs can not build with python3 currently because print statements use a python 2 idiom.
It has been pointed out before that node will not build with python3 because of its dependence on gyp which has similar problems but in the mean time we can add a few parenthesis and be more prepared for when compatibility is possible.
So my request is that we make the code more forwards compatible.
Nodejs can not build with python3 currently because print statements use a python 2 idiom.
It has been pointed out before that node will not build with python3 because of its dependence on gyp which has similar problems but in the mean time we can add a few parenthesis and be more prepared for when compatibility is possible.
So my request is that we make the code more forwards compatible.