diff --git a/Lib/enum.py b/Lib/enum.py index 62d6e25cecc..1efddfa1a0a 100644 --- a/Lib/enum.py +++ b/Lib/enum.py @@ -414,7 +414,7 @@ def __setitem__(self, key, value): value = value.value elif _is_descriptor(value): pass - # TODO: uncomment next three lines in 3.12 + # TODO: uncomment next three lines in 3.13 # elif _is_internal_class(self._cls_name, value): # # do nothing, name will be a normal attribute # pass