[Python-checkins] bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)

Miss Islington (bot) webhook-mailer at python.org
Wed Aug 12 06:38:41 EDT 2020


https://github.com/python/cpython/commit/622d90f65ca9f0a6ddf255a727de003b92dca01d
commit: 622d90f65ca9f0a6ddf255a727de003b92dca01d
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-08-12T06:38:37-04:00
summary:

bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)

(cherry picked from commit 76643c10ede2813ca921464fe839e81caee21a84)

Co-authored-by: Ram Rachum <ram at rachum.com>

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index b9b50216d23a6..013f14dd9da16 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::
 



More information about the Python-checkins mailing list