]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Enum] update version TODO comment (GH-99458)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Nov 2022 05:18:13 +0000 (21:18 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 05:18:13 +0000 (21:18 -0800)
(cherry picked from commit db115682bd639a2642c617f0b7d5b30cd7d7f472)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py

index 62d6e25cecce0f5b08bc2675d622b5f4a2a62fc9..1efddfa1a0acc64481bc653bcbb0882a58b916d1 100644 (file)
@@ -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