https://github.com/python/cpython/commit/176b059fa03b3d6abd58c6711bb24111f2245706
commit: 176b059fa03b3d6abd58c6711bb24111f2245706
branch: main
author: Wulian233 <1055917...@qq.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-05-27T12:45:54Z
summary:

Update README.rst informations from 3.14 to 3.15 (#134649)

Co-authored-by: Wulian233 <1055917...@qq.com>
Co-authored-by: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>

files:
M README.rst

diff --git a/README.rst b/README.rst
index 5bad7ea1c36dda..baea5e0978d8fa 100644
--- a/README.rst
+++ b/README.rst
@@ -135,8 +135,8 @@ libraries for additional performance gains.
 What's New
 ----------
 
-We have a comprehensive overview of the changes in the `What's New in Python
-3.14 <https://docs.python.org/3.14/whatsnew/3.14.html>`_ document.  For a more
+We have a comprehensive overview of the changes in the `What's new in Python
+3.15 <https://docs.python.org/3.15/whatsnew/3.15.html>`_ document.  For a more
 detailed change log, read `Misc/NEWS
 <https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, but a full
 accounting of changes can only be gleaned from the `commit history
@@ -149,7 +149,7 @@ entitled "Installing multiple versions".
 Documentation
 -------------
 
-`Documentation for Python 3.14 <https://docs.python.org/3.14/>`_ is online,
+`Documentation for Python 3.15 <https://docs.python.org/3.15/>`_ is online,
 updated daily.
 
 It can also be downloaded in many formats for faster access.  The documentation
@@ -200,15 +200,15 @@ intend to install multiple versions using the same prefix 
you must decide which
 version (if any) is your "primary" version.  Install that version using
 ``make install``.  Install all other versions using ``make altinstall``.
 
-For example, if you want to install Python 2.7, 3.6, and 3.14 with 3.14 being 
the
-primary version, you would execute ``make install`` in your 3.14 build 
directory
+For example, if you want to install Python 2.7, 3.6, and 3.15 with 3.15 being 
the
+primary version, you would execute ``make install`` in your 3.15 build 
directory
 and ``make altinstall`` in the others.
 
 
 Release Schedule
 ----------------
 
-See `PEP 745 <https://peps.python.org/pep-0745/>`__ for Python 3.14 release 
details.
+See `PEP 790 <https://peps.python.org/pep-0790/>`__ for Python 3.15 release 
details.
 
 
 Copyright and License Information

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to