From 69cd545cf3fd6ed164a45f9189ab8f17328a6a08 Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Thu, 19 May 2022 12:27:03 -0400 Subject: [PATCH] Edited date formatting for all what's new versions 2.1 - 'made' changed to 'released' 2.3, 2.6, 3.2 - whitespace and punctuation adjusted. 2.5 - release date added. 3.0, 3.1, 3.10, 3.8, 3.9 - date format adjusted. --- Doc/whatsnew/2.1.rst | 2 +- Doc/whatsnew/2.3.rst | 2 +- Doc/whatsnew/2.5.rst | 2 +- Doc/whatsnew/2.6.rst | 2 +- Doc/whatsnew/3.0.rst | 2 +- Doc/whatsnew/3.1.rst | 2 +- Doc/whatsnew/3.10.rst | 2 +- Doc/whatsnew/3.2.rst | 2 +- Doc/whatsnew/3.8.rst | 2 +- Doc/whatsnew/3.9.rst | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst index b690f90cf663..0819536911fe 100644 --- a/Doc/whatsnew/2.1.rst +++ b/Doc/whatsnew/2.1.rst @@ -27,7 +27,7 @@ of new releases, with a new release coming every 6 to 9 months. 2.1 is the first release to come out at this faster pace, with the first alpha appearing in January, 3 months after the final version of 2.0 was released. -The final release of Python 2.1 was made on April 17, 2001. +The final release of Python 2.1 was released on April 17, 2001. .. ====================================================================== diff --git a/Doc/whatsnew/2.3.rst b/Doc/whatsnew/2.3.rst index cf5552064cf4..7e33a5e8dc5a 100644 --- a/Doc/whatsnew/2.3.rst +++ b/Doc/whatsnew/2.3.rst @@ -8,7 +8,7 @@ .. $Id: whatsnew23.tex 54631 2007-03-31 11:58:36Z georg.brandl $ -This article explains the new features in Python 2.3. Python 2.3 was released +This article explains the new features in Python 2.3. Python 2.3 was released on July 29, 2003. The main themes for Python 2.3 are polishing some of the features added in 2.2, diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index 5816380e102f..52b9f532fff6 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -11,7 +11,7 @@ This article explains the new features in Python 2.5. The final release of Python 2.5 is scheduled for August 2006; :pep:`356` describes the planned -release schedule. +release schedule. Python 2.5 was released on September 19, 2006. The changes in Python 2.5 are an interesting mix of language and library improvements. The library enhancements will be more important to Python's user diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index b6174a19a178..08a7c58b0f08 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -49,7 +49,7 @@ This saves the maintainer some effort going through the SVN logs when researching a change. -This article explains the new features in Python 2.6, released on October 1 +This article explains the new features in Python 2.6, released on October 1, 2008. The release schedule is described in :pep:`361`. The major theme of Python 2.6 is preparing the migration path to diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index e5e597b6abed..f9d3f3da2cb5 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -53,7 +53,7 @@ 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. Python 3.0 was released on 3 Dec 2008. +*intentionally backwards incompatible* Python release. Python 3.0 was released on Dec 3, 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 diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 28527948e0a2..b08e8d527e6e 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. Python 3.1 was released on June 27th, 2009 +This article explains the new features in Python 3.1, compared to 3.0. Python 3.1 was released on June 27, 2009. PEP 372: Ordered Dictionaries diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 8ae371972ddb..2fc835dd7137 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -46,7 +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. Python 3.10 was released on 04 Oct 2021. +This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on Oct 4, 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 998311336972..8b584dcfb84b 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. Python 3.2 was released on 20 Feb 2011. 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 feb82e3abc0d..776b4d34f91a 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. Python 3.8 was released on 14 Oct 2019. +This article explains the new features in Python 3.8, compared to 3.7. Python 3.8 was released on Oct 14, 2019. For full details, see the :ref:`changelog `. .. testsetup:: diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 6dee55e5a0e5..6deaede4953b 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -45,7 +45,7 @@ when researching a change. This article explains the new features in Python 3.9, compared to 3.8. -Python 3.9 was released on October 5th, 2020. +Python 3.9 was released on October 5, 2020. For full details, see the :ref:`changelog `. -- 2.47.3