Skip to content

Commit 3b8bcfc

Browse files
[Enum] update version TODO comment (GH-99458)
(cherry picked from commit db11568) Co-authored-by: Ethan Furman <[email protected]>
1 parent 51c68cf commit 3b8bcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def __setitem__(self, key, value):
414414
value = value.value
415415
elif _is_descriptor(value):
416416
pass
417-
# TODO: uncomment next three lines in 3.12
417+
# TODO: uncomment next three lines in 3.13
418418
# elif _is_internal_class(self._cls_name, value):
419419
# # do nothing, name will be a normal attribute
420420
# pass

0 commit comments

Comments
 (0)