diff options
author | Ned Deily <nad@python.org> | 2023-05-22 20:05:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 20:05:27 (GMT) |
commit | 42974c46bc9b1f282d35cf786b45f604b4df1bda (patch) | |
tree | f825592a75ab2f4ae3d5a45e006d28c4449b26b9 | |
parent | 357bed0bcd3c5d7c4a8caad451754a9a172aca3e (diff) | |
download | cpython-42974c46bc9b1f282d35cf786b45f604b4df1bda.zip cpython-42974c46bc9b1f282d35cf786b45f604b4df1bda.tar.gz cpython-42974c46bc9b1f282d35cf786b45f604b4df1bda.tar.bz2 |
Fix whatsnew for 3.13. (GH-104756)
-rw-r--r-- | Doc/whatsnew/3.13.rst (renamed from Doc/whatsnew/3.13) | 0 | ||||
-rw-r--r-- | Doc/whatsnew/index.rst | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13 b/Doc/whatsnew/3.13.rst index af331c4..af331c4 100644 --- a/Doc/whatsnew/3.13 +++ b/Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index bfee225..b9c1960 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.13.rst 3.12.rst 3.11.rst 3.10.rst |