https://github.com/python/cpython/commit/6d419db10c84cacbb3862e2adc940342175bfce9
commit: 6d419db10c84cacbb3862e2adc940342175bfce9
branch: main
author: Jelle Zijlstra <[email protected]>
committer: JelleZijlstra <[email protected]>
date: 2024-05-08T16:40:40Z
summary:

Fix file extensions for 3.14 Whats New (#118770)

files:
A Doc/whatsnew/3.14.rst
D Doc/whatsnew/3.14
M Doc/whatsnew/index.rst

diff --git a/Doc/whatsnew/3.14 b/Doc/whatsnew/3.14.rst
similarity index 100%
rename from Doc/whatsnew/3.14
rename to Doc/whatsnew/3.14.rst
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst
index 39837f8c62548f..6ff722a1894585 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.14.rst
    3.13.rst
    3.12.rst
    3.11.rst

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to