@@ -135,8 +135,8 @@ libraries for additional performance gains.
135135What's New
136136----------
137137
138- We have a comprehensive overview of the changes in the `What's New in Python
139- 3.14 <https://docs.python.org/3.14 /whatsnew/3.14 .html> `_ document. For a more
138+ We have a comprehensive overview of the changes in the `What's new in Python
139+ 3.15 <https://docs.python.org/3.15 /whatsnew/3.15 .html> `_ document. For a more
140140detailed change log, read `Misc/NEWS
141141<https://github.com/python/cpython/tree/main/Misc/NEWS.d> `_, but a full
142142accounting of changes can only be gleaned from the `commit history
@@ -149,7 +149,7 @@ entitled "Installing multiple versions".
149149Documentation
150150-------------
151151
152- `Documentation for Python 3.14 <https://docs.python.org/3.14 / >`_ is online,
152+ `Documentation for Python 3.15 <https://docs.python.org/3.15 / >`_ is online,
153153updated daily.
154154
155155It 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
200200version (if any) is your "primary" version. Install that version using
201201``make install ``. Install all other versions using ``make altinstall ``.
202202
203- For example, if you want to install Python 2.7, 3.6, and 3.14 with 3.14 being the
204- primary version, you would execute ``make install `` in your 3.14 build directory
203+ For example, if you want to install Python 2.7, 3.6, and 3.15 with 3.15 being the
204+ primary version, you would execute ``make install `` in your 3.15 build directory
205205and ``make altinstall `` in the others.
206206
207207
208208Release Schedule
209209----------------
210210
211- See `PEP 745 <https://peps.python.org/pep-0745 / >`__ for Python 3.14 release details.
211+ See `PEP 790 <https://peps.python.org/pep-0790 / >`__ for Python 3.15 release details.
212212
213213
214214Copyright and License Information
0 commit comments