diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-05-08 15:23:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 15:23:08 (GMT) |
commit | 9c005c5debf2b7afd155093adb72bad27d34657b (patch) | |
tree | 364447cfcff74fa2ea714956b9086ed0e78933c6 /Doc/whatsnew/index.rst | |
parent | bdc99a830f27451754d80ec414d7799b0f4bfed6 (diff) | |
download | cpython-9c005c5debf2b7afd155093adb72bad27d34657b.zip cpython-9c005c5debf2b7afd155093adb72bad27d34657b.tar.gz cpython-9c005c5debf2b7afd155093adb72bad27d34657b.tar.bz2 |
Fix What's New for 3.12 (GH-92482)
Diffstat (limited to 'Doc/whatsnew/index.rst')
-rw-r--r-- | Doc/whatsnew/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index c787cdb..bfee225 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release. .. toctree:: :maxdepth: 2 + 3.12.rst 3.11.rst 3.10.rst 3.9.rst |