python/packaging.bzl (4 lines): - line 56: # TODO: '/' is wrong on windows, but the path separator is not available in starlark. - line 64: # TODO: flattening depset to list gives poor performance, - line 105: # TODO: this is wrong, isalnum replaces non-ascii letters, while we should - line 107: # TODO: replace this with a regexp once starlark supports them. python/pip_install/extract_wheels/lib/wheel.py (2 lines): - line 63: # TODO: use zipfile.Path once 3.8 is our minimum supported version - line 77: # TODO: It's unclear what to do in a situation with duplicate sections or options. version.bzl (1 line): - line 29: # TODO: add LTS versions of bazel like 1.0.0, 2.0.0