Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 176b059

Browse files
Wulian233hugovk
andauthored
Update README.rst informations from 3.14 to 3.15 (#134649)
Co-authored-by: Wulian233 <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 30dde1e commit 176b059

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ libraries for additional performance gains.
135135
What'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
140140
detailed change log, read `Misc/NEWS
141141
<https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, but a full
142142
accounting of changes can only be gleaned from the `commit history
@@ -149,7 +149,7 @@ entitled "Installing multiple versions".
149149
Documentation
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,
153153
updated daily.
154154

155155
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
200200
version (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
205205
and ``make altinstall`` in the others.
206206

207207

208208
Release 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

214214
Copyright and License Information

0 commit comments

Comments
 (0)