From: Saiyang Gou Date: Sun, 25 Apr 2021 19:49:26 +0000 (-0700) Subject: bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11... X-Git-Tag: v3.10.0b1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f84f1b5c638eeb6e13c287fe5ebf3a7d2fdb60e9;p=thirdparty%2FPython%2Fcpython.git bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602) --- diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 41399942d303..24bbd90d02cf 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -90,7 +90,7 @@ language using this mechanism: | generator_stop | 3.5.0b1 | 3.7 | :pep:`479`: | | | | | *StopIteration handling inside generators* | +------------------+-------------+--------------+---------------------------------------------+ -| annotations | 3.7.0b1 | 3.10 | :pep:`563`: | +| annotations | 3.7.0b1 | 3.11 | :pep:`563`: | | | | | *Postponed evaluation of annotations* | +------------------+-------------+--------------+---------------------------------------------+