From 002d81757e63acd1048392f94d76afdfa20aa5c3 Mon Sep 17 00:00:00 2001 From: gousaiyang Date: Sun, 25 Apr 2021 12:11:06 -0700 Subject: [PATCH] bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" --- Doc/library/__future__.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 41399942d303083..24bbd90d02cf76b 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* | +------------------+-------------+--------------+---------------------------------------------+