mirror of https://github.com/python/cpython
[Enum] update version TODO comment (GH-99458)
This commit is contained in:
parent
367f552129
commit
db115682bd
|
@ -420,7 +420,7 @@ class _EnumDict(dict):
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue