From 04353f8d2fcb749d586c4aefd376730e320d8100 Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Wed, 18 May 2022 19:42:42 -0400 Subject: [PATCH 01/12] 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 --- Doc/whatsnew/3.0.rst | 6 +++--- Doc/whatsnew/3.1.rst | 2 +- Doc/whatsnew/3.10.rst | 3 +-- Doc/whatsnew/3.2.rst | 2 +- Doc/whatsnew/3.8.rst | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 880958d3edb900..e5e597b6abed64 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 f1e6d0c4f3dd68..28527948e0a208 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 f93523a4c50a89..8ae371972ddb2f 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 ec01a70f8ae0af..998311336972b8 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 c2f78f1531317a..feb82e3abc0dd7 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:: From d79c40ec2568d4c57ae7706a8114795c4da91815 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 23:58:26 +0000 Subject: [PATCH 02/12] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20b?= =?UTF-8?q?lurb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst diff --git a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst new file mode 100644 index 00000000000000..99b34deb1f7d1b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst @@ -0,0 +1,2 @@ +Added release dates for +"What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10 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 03/12] 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 b690f90cf6636b..0819536911fef6 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 cf5552064cf4a6..7e33a5e8dc5a3f 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 5816380e102f99..52b9f532fff634 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 b6174a19a178b6..08a7c58b0f0805 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 e5e597b6abed64..f9d3f3da2cb5fb 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 28527948e0a208..b08e8d527e6e59 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 8ae371972ddb2f..2fc835dd713788 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 998311336972b8..8b584dcfb84b47 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 feb82e3abc0dd7..776b4d34f91a50 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 6dee55e5a0e555..6deaede4953bdc 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 `. From f321fdcebd1d82bf010222711b9b7173421d20eb Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Fri, 20 May 2022 19:01:34 -0700 Subject: [PATCH 04/12] Update 2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst --- .../2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst index 99b34deb1f7d1b..139b5e6cb59cfc 100644 --- a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst +++ b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst @@ -1,2 +1,6 @@ Added release dates for -"What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10 +"What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10 +2.1 - changed 'made' to 'released' to retain consistency +2.3, 2.6, 3.2 - whitespace and punctuation adjusted. +2.5 - release date added. +3.9 - date format adjusted. From ba2311eed44e4a32d3281c5e2de2edba6b91ec4c Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Fri, 20 May 2022 21:41:08 -0700 Subject: [PATCH 05/12] Update 2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst --- .../2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst index 139b5e6cb59cfc..c80b5528b81335 100644 --- a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst +++ b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst @@ -1,6 +1,6 @@ Added release dates for "What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10 -2.1 - changed 'made' to 'released' to retain consistency -2.3, 2.6, 3.2 - whitespace and punctuation adjusted. +2.1 - changed 'made' to 'released' to retain consistency. +2.3, 2.6, 3.2 - whitespace and punctuation adjusted. 2.5 - release date added. 3.9 - date format adjusted. From c39c4df48c7946f13b952f08c61d27a7a21638bf Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Sun, 22 May 2022 04:07:44 -0700 Subject: [PATCH 06/12] Update Doc/whatsnew/3.0.rst Co-authored-by: Jelle Zijlstra --- Doc/whatsnew/3.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index f9d3f3da2cb5fb..4da3507ad2e892 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 Dec 3, 2008. +*intentionally backwards incompatible* Python release. Python 3.0 was released on December 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 From 1e9e19e65e6b7f3726fb37b2232db10c3a34948b Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Sun, 22 May 2022 04:08:11 -0700 Subject: [PATCH 07/12] Update Doc/whatsnew/3.10.rst Co-authored-by: Jelle Zijlstra --- Doc/whatsnew/3.10.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 2fc835dd713788..1f2e2a81860c10 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -46,7 +46,8 @@ 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 Oct 4, 2021. +This article explains the new features in Python 3.10, compared to 3.9. +Python 3.10 was released on October 4, 2021. For full details, see the :ref:`changelog `. Summary -- Release highlights From 9a9b457f2b8fda045034ea55dcd454dd0d59022c Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Sun, 22 May 2022 04:08:23 -0700 Subject: [PATCH 08/12] Update Doc/whatsnew/3.2.rst Co-authored-by: Jelle Zijlstra --- Doc/whatsnew/3.2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 8b584dcfb84b47..15f8672adda0d7 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -48,7 +48,8 @@ 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 February 20, 2011. It focuses on a few highlights and gives a few examples. For full details, see the `Misc/NEWS `_ From 1580738e05256011eccd85bdfae9cb746804f822 Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Sun, 22 May 2022 04:08:49 -0700 Subject: [PATCH 09/12] Update Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst Co-authored-by: Jelle Zijlstra --- .../2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst index c80b5528b81335..53b2a66c9779c2 100644 --- a/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst +++ b/Misc/NEWS.d/next/Documentation/2022-05-18-23-58-26.gh-issue-92240.bHvYiz.rst @@ -1,6 +1,2 @@ Added release dates for "What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10 -2.1 - changed 'made' to 'released' to retain consistency. -2.3, 2.6, 3.2 - whitespace and punctuation adjusted. -2.5 - release date added. -3.9 - date format adjusted. From 50bf929e50fe261d536e6cea72c4d8cdc495b5a1 Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Sun, 22 May 2022 04:09:08 -0700 Subject: [PATCH 10/12] Update Doc/whatsnew/3.8.rst Co-authored-by: Jelle Zijlstra --- Doc/whatsnew/3.8.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 776b4d34f91a50..9e8d6fe8e20f53 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -44,7 +44,8 @@ :Editor: Raymond Hettinger -This article explains the new features in Python 3.8, compared to 3.7. Python 3.8 was released on Oct 14, 2019. +This article explains the new features in Python 3.8, compared to 3.7. +Python 3.8 was released on October 14, 2019. For full details, see the :ref:`changelog `. .. testsetup:: From ee770fb3c5d2e346bc8192935a92439910db64e2 Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Wed, 25 May 2022 09:28:45 +0700 Subject: [PATCH 11/12] undo whitespaces changes from 2.X --- Doc/whatsnew/2.1.rst | 2 +- Doc/whatsnew/2.3.rst | 2 +- Doc/whatsnew/2.5.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst index 0819536911fef6..b690f90cf6636b 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 released on April 17, 2001. +The final release of Python 2.1 was made on April 17, 2001. .. ====================================================================== diff --git a/Doc/whatsnew/2.3.rst b/Doc/whatsnew/2.3.rst index 7e33a5e8dc5a3f..cf5552064cf4a6 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 52b9f532fff634..103a72f913c631 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. Python 2.5 was released on September 19, 2006. +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 From 295851412c0e09b36fab2c8bdd2295cc86894ffa Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 27 May 2022 22:00:42 -0700 Subject: [PATCH 12/12] Update Doc/whatsnew/3.1.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/whatsnew/3.1.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index b08e8d527e6e59..3d89b97fa8f1b8 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -46,7 +46,8 @@ 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 27, 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