Skip to content

Commit ca91cea

Browse files
authored
chore: remove defunct comment about py2 compatibility (#2724)
The comment in the bootstrap about requiring compatibility with older Python versions is defunct and outdated. Python 2 support was dropped years ago. While compatibility with older Python versions is best effort for the system_python bootstrap, Python 2 doesn't need to be supported
1 parent 24b9c51 commit ca91cea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/private/python_bootstrap_template.txt

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
%shebang%
22

3-
# This script must retain compatibility with a wide variety of Python versions
4-
# since it is run for every py_binary target. Currently we guarantee support
5-
# going back to Python 2.7, and try to support even Python 2.6 on a best-effort
6-
# basis. We might abandon 2.6 support once users have the ability to control the
7-
# above shebang string via the Python toolchain (#8685).
8-
93
from __future__ import absolute_import
104
from __future__ import division
115
from __future__ import print_function

0 commit comments

Comments
 (0)