From 11f952dc60ce0c3cbd163fd41b703fb7811f6811 Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Fri, 13 May 2022 07:12:15 +0300 Subject: [PATCH 1/4] Dissociate `__future__` doc description from concurrency futures --- Doc/library/__future__.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 8bd23daee73977..c1c89df6b3119a 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -1,5 +1,5 @@ -:mod:`__future__` --- Future statement definitions -================================================== +:mod:`__future__` --- Early access to language features created for future versions of Python +============================================================================================= .. module:: __future__ :synopsis: Future statement definitions From 73a89c16d8e79b4f5c08b17bc0f5b286d0e146fd Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Tue, 17 May 2022 20:21:58 +0300 Subject: [PATCH 2/4] Update Doc/library/__future__.rst Co-authored-by: Carl Meyer --- 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 c1c89df6b3119a..bfd1d2f42672c9 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -1,4 +1,4 @@ -:mod:`__future__` --- Early access to language features created for future versions of Python +:mod:`__future__` --- Early access to language features for future versions of Python ============================================================================================= .. module:: __future__ From 81c30582fa9b4b9f7b57f5e62a225c6763204d9b Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Tue, 17 May 2022 20:25:50 +0300 Subject: [PATCH 3/4] Update the synopsis as well --- Doc/library/__future__.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index bfd1d2f42672c9..00912e21d89f1e 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -1,8 +1,8 @@ :mod:`__future__` --- Early access to language features for future versions of Python -============================================================================================= +===================================================================================== .. module:: __future__ - :synopsis: Future statement definitions + :synopsis: Early access to language features for future versions of Python **Source code:** :source:`Lib/__future__.py` From bc30fc9d0e54f4da98d30d00635cea1c265d00bd Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Sat, 30 Jul 2022 22:58:40 +0300 Subject: [PATCH 4/4] Shorten the wording --- Doc/library/__future__.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 00912e21d89f1e..9c8a7b2d6620cc 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -1,8 +1,8 @@ -:mod:`__future__` --- Early access to language features for future versions of Python -===================================================================================== +:mod:`__future__` --- Early access to future language features +============================================================== .. module:: __future__ - :synopsis: Early access to language features for future versions of Python + :synopsis: Early access to future language features **Source code:** :source:`Lib/__future__.py`