Request: Make configure forwards compatible by putting parenties with prints #4462
Labels
build
Issues and PRs related to build files or the CI.
feature request
Issues that request new features to be added to Node.js.
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.
The text was updated successfully, but these errors were encountered: