Skip to content

Commit c6c784c

Browse files
committed
unix: remove outdated comment
1 parent 3a246c7 commit c6c784c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpython-unix/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,6 @@ def build_cpython(
571571
if f.startswith("LICENSE.") and f.endswith(".txt"):
572572
build_env.copy_file(ROOT / f)
573573

574-
# TODO copy latest pip/setuptools.
575-
576574
with tempfile.NamedTemporaryFile("wb") as fh:
577575
# In case default file masks cause wonkiness.
578576
os.chmod(fh.name, 0o644)

0 commit comments

Comments
 (0)