diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/__future__.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 73d8b6b..e3d749e 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -90,6 +90,11 @@ language using this mechanism: | generator_stop | 3.5.0b1 | 3.7 | :pep:`479`: | | | | | *StopIteration handling inside generators* | +------------------+-------------+--------------+---------------------------------------------+ +| annotations | 3.7.0b1 | 4.0 | :pep:`563`: | +| | | | *Postponed evaluation of annotations* | ++------------------+-------------+--------------+---------------------------------------------+ + +.. XXX Adding a new entry? Remember to update simple_stmts.rst, too. .. seealso:: |