8000 [Enum] update version TODO comment (GH-99458) · python/cpython@db11568 · GitHub
[go: up one dir, main page]

Skip to content

Commit db11568

Browse files
authored
[Enum] update version TODO comment (GH-99458)
1 parent 367f552 commit db11568

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
@@ -420,7 +420,7 @@ def __setitem__(self, key, value):
420420
value = value.value
421421
elif _is_descriptor(value):
422422
pass
423-
# TODO: uncomment next three lines in 3.12
423+
# TODO: uncomment next three lines in 3.13
424424
# elif _is_internal_class(self._cls_name, value):
425425
# # do nothing, name will be a normal attribute
426426
# pass

0 commit comments

Comments
 (0)
0