mirror of https://github.com/python/cpython.git
[Enum] update version TODO comment (GH-99458)
(cherry picked from commit db115682bd
)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
This commit is contained in:
parent
51c68cf466
commit
3b8bcfc789
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue