Skip to content

Commit

Permalink
[Enum] update version TODO comment (pythonGH-99458)
Browse files Browse the repository at this point in the history
(cherry picked from commit db11568)

Co-authored-by: Ethan Furman <[email protected]>
  • Loading branch information
miss-islington and ethanfurman authored Nov 14, 2022
1 parent 51c68cf commit 3b8bcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b8bcfc

Please sign in to comment.