From: Ethan Furman Date: Mon, 14 Nov 2022 04:52:30 +0000 (-0800) Subject: [Enum] update version TODO comment (GH-99458) X-Git-Tag: v3.12.0a2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db115682bd639a2642c617f0b7d5b30cd7d7f472;p=thirdparty%2FPython%2Fcpython.git [Enum] update version TODO comment (GH-99458) --- diff --git a/Lib/enum.py b/Lib/enum.py index f6c34ea06d2a..a04aa7975366 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