From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:03:21 +0000 (-0700) Subject: bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832) X-Git-Tag: v3.9.0rc1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5de00f63d47b5aa1714ad2d88772ad55b10feea0;p=thirdparty%2FPython%2Fcpython.git bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832) (cherry picked from commit 76643c10ede2813ca921464fe839e81caee21a84) Co-authored-by: Ram Rachum --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 59b96621bdd4..279bbc697b5c 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -171,7 +171,7 @@ on a per-module basis in Python 3.7 using a :mod:`__future__` import:: from __future__ import annotations -It will become the default in Python 4.0. +It will become the default in Python 3.10. .. seealso::