diff options
author | Christian Clauss <cclauss@me.com> | 2020-12-30 15:09:52 +0100 |
---|---|---|
committer | Richard Lau <rlau@redhat.com> | 2021-04-16 15:47:02 -0400 |
commit | 4268fae04acc16b34fb302d63b01a85725ef2043 (patch) | |
tree | 5f8eb2c274dca965ebf4129dea81f835c3c564a9 /configure.py | |
parent | 6d04cc684952ccbaa4a0cad36752a0f2bbaaa048 (diff) | |
download | node-new-4268fae04acc16b34fb302d63b01a85725ef2043.tar.gz |
build: remove support for Python 2
PR-URL: https://github.com/nodejs/node/pull/36691
Fixes: https://github.com/nodejs/node/issues/25789
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 65fcbc8f28..6798b4a445 100755 --- a/configure.py +++ b/configure.py @@ -1827,7 +1827,7 @@ def make_bin_override(): if sys.platform == 'win32': raise Exception('make_bin_override should not be called on win32.') # If the system python is not the python we are running (which should be - # python 2), then create a directory with a symlink called `python` to our + # python 3), then create a directory with a symlink called `python` to our # sys.executable. This directory will be prefixed to the PATH, so that # other tools that shell out to `python` will use the appropriate python |