diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-02 11:26:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 11:26:30 (GMT) |
commit | f4f919e3d811251f87c5b412b5238702f66879fd (patch) | |
tree | 39fc78dc2b9dc675ffa2883b6f86d62119be7552 | |
parent | 8811f3d7f94fee2d4800e767115d5bbb3ca1d828 (diff) | |
download | cpython-f4f919e3d811251f87c5b412b5238702f66879fd.zip cpython-f4f919e3d811251f87c5b412b5238702f66879fd.tar.gz cpython-f4f919e3d811251f87c5b412b5238702f66879fd.tar.bz2 |
[3.12] GH-109190: Announce final release in What's New in Python 3.12 (GH-110117) (#110215)
GH-109190: Announce final release in What's New in Python 3.12 (GH-110117)
Prepare What's New in Python 3.12 for final release
(cherry picked from commit 6139bf5e0c755ed22bdfb027a5299493f0c71be9)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index caef15f..fad94d6 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -46,7 +46,7 @@ researching a change. This article explains the new features in Python 3.12, compared to 3.11. -Python 3.12 will be released on October 2, 2023. +Python 3.12 was released on October 2, 2023. For full details, see the :ref:`changelog <changelog>`. .. seealso:: |