From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 14 Nov 2022 05:18:13 +0000 (-0800) Subject: [Enum] update version TODO comment (GH-99458) X-Git-Tag: v3.11.1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b8bcfc78985b952cf7e17c97713963cc9b875e8;p=thirdparty%2FPython%2Fcpython.git [Enum] update version TODO comment (GH-99458) (cherry picked from commit db115682bd639a2642c617f0b7d5b30cd7d7f472) Co-authored-by: Ethan Furman --- diff --git a/Lib/enum.py b/Lib/enum.py index 62d6e25cecce..1efddfa1a0ac 100644 --- a/Lib/enum.py +++ b/Lib/enum.py @@ -414,7 +414,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