Skip to content

Commit

Permalink
[Enum] update version TODO comment (GH-99458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfurman committed Nov 14, 2022
1 parent 367f552 commit db11568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/enum.py
Expand Up @@ -420,7 +420,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
Expand Down

0 comments on commit db11568

Please sign in to comment.