From: georgically <40323509+georgically@users.noreply.github.com> Date: Wed, 18 May 2022 23:42:42 +0000 (-0400) Subject: Include release dates for "What's New In Python 3.X"- (#92240) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04353f8d2fcb749d586c4aefd376730e320d8100;p=thirdparty%2FPython%2Fcpython.git Include release dates for "What's New In Python 3.X"- (#92240) Added release dates for "What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10 --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 880958d3edb9..e5e597b6abed 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -53,9 +53,9 @@ This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as "Python 3000" or "Py3K", is the first ever -*intentionally backwards incompatible* Python release. There are more -changes than in a typical release, and more that are important for all -Python users. Nevertheless, after digesting the changes, you'll find +*intentionally backwards incompatible* Python release. Python 3.0 was released on 3 Dec 2008. +There are more changes than in a typical release, and more that are important for all +Python users. Nevertheless, after digesting the changes, you'll find that Python really hasn't changed all that much -- by and large, we're mostly fixing well-known annoyances and warts, and removing a lot of old cruft. diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index f1e6d0c4f3dd..28527948e0a2 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -46,7 +46,7 @@ This saves the maintainer the effort of going through the SVN log when researching a change. -This article explains the new features in Python 3.1, compared to 3.0. +This article explains the new features in Python 3.1, compared to 3.0. Python 3.1 was released on June 27th, 2009 PEP 372: Ordered Dictionaries diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index f93523a4c50a..8ae371972ddb 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -46,8 +46,7 @@ This saves the maintainer the effort of going through the git log when researching a change. -This article explains the new features in Python 3.10, compared to 3.9. - +This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on 04 Oct 2021. For full details, see the :ref:`changelog `. Summary -- Release highlights diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index ec01a70f8ae0..998311336972 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -48,7 +48,7 @@ This saves the maintainer the effort of going through the SVN log when researching a change. -This article explains the new features in Python 3.2 as compared to 3.1. It +This article explains the new features in Python 3.2 as compared to 3.1. Python 3.2 was released on 20 Feb 2011. It focuses on a few highlights and gives a few examples. For full details, see the `Misc/NEWS `_ diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index c2f78f153131..feb82e3abc0d 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -44,7 +44,7 @@ :Editor: Raymond Hettinger -This article explains the new features in Python 3.8, compared to 3.7. +This article explains the new features in Python 3.8, compared to 3.7. Python 3.8 was released on 14 Oct 2019. For full details, see the :ref:`changelog `. .. testsetup::