]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Enum] update version TODO comment (GH-99458)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 14 Nov 2022 04:52:30 +0000 (20:52 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 04:52:30 +0000 (20:52 -0800)
Lib/enum.py

index f6c34ea06d2aff82abea7f63c6c366b988f4b366..a04aa7975366353b347655def97dbc08a9157364 100644 (file)
@@ -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