Skip to content

Commit f84f1b5

Browse files
authored
bpo-38605: Update __future__ module doc as annotations is now "mandatory in 3.11" (GH-25602)
1 parent a31cf86 commit f84f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/__future__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ language using this mechanism:
9090
| generator_stop | 3.5.0b1 | 3.7 | :pep:`479`: |
9191
| | | | *StopIteration handling inside generators* |
9292
+------------------+-------------+--------------+---------------------------------------------+
93-
| annotations | 3.7.0b1 | 3.10 | :pep:`563`: |
93+
| annotations | 3.7.0b1 | 3.11 | :pep:`563`: |
9494
| | | | *Postponed evaluation of annotations* |
9595
+------------------+-------------+--------------+---------------------------------------------+
9696

0 commit comments

Comments
 (0)