Skip to content

Commit 738c730

Browse files
gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> (cherry picked from commit 877ad7b) Co-authored-by: georgically <40323509+georgically@users.noreply.github.com>
1 parent 550c44b commit 738c730

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

Doc/whatsnew/2.5.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
This article explains the new features in Python 2.5. The final release of
1313
Python 2.5 is scheduled for August 2006; :pep:`356` describes the planned
14-
release schedule.
14+
release schedule. Python 2.5 was released on September 19, 2006.
1515

1616
The changes in Python 2.5 are an interesting mix of language and library
1717
improvements. The library enhancements will be more important to Python's user

Doc/whatsnew/2.6.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
This saves the maintainer some effort going through the SVN logs
5050
when researching a change.
5151
52-
This article explains the new features in Python 2.6, released on October 1
52+
This article explains the new features in Python 2.6, released on October 1,
5353
2008. The release schedule is described in :pep:`361`.
5454

5555
The major theme of Python 2.6 is preparing the migration path to

Doc/whatsnew/3.0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
5454
This article explains the new features in Python 3.0, compared to 2.6.
5555
Python 3.0, also known as "Python 3000" or "Py3K", is the first ever
56-
*intentionally backwards incompatible* Python release. There are more
57-
changes than in a typical release, and more that are important for all
58-
Python users. Nevertheless, after digesting the changes, you'll find
56+
*intentionally backwards incompatible* Python release. Python 3.0 was released on December 3, 2008.
57+
There are more changes than in a typical release, and more that are important for all
58+
Python users. Nevertheless, after digesting the changes, you'll find
5959
that Python really hasn't changed all that much -- by and large, we're
6060
mostly fixing well-known annoyances and warts, and removing a lot of
6161
old cruft.

Doc/whatsnew/3.1.rst

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
when researching a change.
4848
4949
This article explains the new features in Python 3.1, compared to 3.0.
50+
Python 3.1 was released on June 27, 2009.
5051

5152

5253
PEP 372: Ordered Dictionaries

Doc/whatsnew/3.10.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
when researching a change.
4848
4949
This article explains the new features in Python 3.10, compared to 3.9.
50-
50+
Python 3.10 was released on October 4, 2021.
5151
For full details, see the :ref:`changelog <changelog>`.
5252

5353
Summary -- Release highlights

Doc/whatsnew/3.2.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
This saves the maintainer the effort of going through the SVN log
4949
when researching a change.
5050
51-
This article explains the new features in Python 3.2 as compared to 3.1. It
51+
This article explains the new features in Python 3.2 as compared to 3.1.
52+
Python 3.2 was released on February 20, 2011. It
5253
focuses on a few highlights and gives a few examples. For full details, see the
5354
`Misc/NEWS
5455
<https://github.com/python/cpython/blob/076ca6c3c8df3030307e548d9be792ce3c1c6eea/Misc/NEWS>`_

Doc/whatsnew/3.8.rst

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
:Editor: Raymond Hettinger
4646

4747
This article explains the new features in Python 3.8, compared to 3.7.
48+
Python 3.8 was released on October 14, 2019.
4849
For full details, see the :ref:`changelog <changelog>`.
4950

5051
.. testsetup::

Doc/whatsnew/3.9.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
when researching a change.
4646
4747
This article explains the new features in Python 3.9, compared to 3.8.
48-
Python 3.9 was released on October 5th, 2020.
48+
Python 3.9 was released on October 5, 2020.
4949

5050
For full details, see the :ref:`changelog <changelog>`.
5151

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Added release dates for
2+
"What's New in Python 3.X" for 3.0, 3.1, 3.2, 3.8 and 3.10

0 commit comments

Comments
 (0)