After seeing the # TODO comment in colorsys.pyi (line 12) noting that ONE_SIXTH et al. are undocumented, I opened a CPython issue to document them, which was closed (for good reason) as not planned. Given that, what should we do about the comment? Imo, either removing it entirely or linking to that PR would be okay.
After seeing the
# TODOcomment in colorsys.pyi (line 12) noting thatONE_SIXTHet al. are undocumented, I opened a CPython issue to document them, which was closed (for good reason) as not planned. Given that, what should we do about the comment? Imo, either removing it entirely or linking to that PR would be okay.