summaryrefslogtreecommitdiff
path: root/Lib/__future__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/__future__.py')
-rw-r--r--Lib/__future__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/__future__.py b/Lib/__future__.py
index 8510cebc4e..65416ae391 100644
--- a/Lib/__future__.py
+++ b/Lib/__future__.py
@@ -67,3 +67,4 @@ class _Feature:
`self.getMandatoryRelease()` + ")"
nested_scopes = _Feature((2, 1, 0, "beta", 1), (2, 2, 0, "alpha", 0))
+generators = _Feature((2, 2, 0, "alpha", 1), (2, 3, 0, "final", 0))