From db115682bd639a2642c617f0b7d5b30cd7d7f472 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Sun, 13 Nov 2022 20:52:30 -0800 Subject: [Enum] update version TODO comment (GH-99458) --- Lib/enum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/enum.py b/Lib/enum.py index f6c34ea..a04aa79 100644 --- a/Lib/enum.py +++ b/Lib/enum.py @@ -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 -- cgit v0.12