]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include release dates for "What's New In Python 3.X"- (#92240)
authorgeorgically <40323509+georgically@users.noreply.github.com>
Wed, 18 May 2022 23:42:42 +0000 (19:42 -0400)
committergeorgically <40323509+georgically@users.noreply.github.com>
Wed, 18 May 2022 23:42:42 +0000 (19:42 -0400)
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
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.8.rst

index 880958d3edb900c822b80be9dd6ad94fe42698d2..e5e597b6abed647458ac23c3a621084031b8b04c 100644 (file)
@@ -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.
index f1e6d0c4f3dd685f44c901a6aad43714fbbb3b96..28527948e0a2083b17f5e476bcfc6312707c3f29 100644 (file)
@@ -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
index f93523a4c50a891c4fba1195f1811f5e50685f46..8ae371972ddb2fa559058a215d2e2f12592322f7 100644 (file)
@@ -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 <changelog>`.
 
 Summary -- Release highlights
index ec01a70f8ae0af0338192b73a7e6f9b7abf800c9..998311336972b80f81d9fd3075f2ecae4eb40ea6 100644 (file)
@@ -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
 <https://github.com/python/cpython/blob/076ca6c3c8df3030307e548d9be792ce3c1c6eea/Misc/NEWS>`_
index c2f78f1531317a3b0c54165dbdb0d909d0941a8d..feb82e3abc0dd722493c199483067ef7f93e4e6e 100644 (file)
@@ -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 <changelog>`.
 
 .. testsetup::