Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__future__.annotations
1 parent 8af929f commit c9c27b8Copy full SHA for c9c27b8
1 file changed
Lib/__future__.py
@@ -143,5 +143,5 @@ def __repr__(self):
143
CO_FUTURE_GENERATOR_STOP)
144
145
annotations = _Feature((3, 7, 0, "beta", 1),
146
- (3, 10, 0, "alpha", 0),
+ (3, 11, 0, "alpha", 0),
147
CO_FUTURE_ANNOTATIONS)
0 commit comments