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

Skip to content

Update README.rst informations from 3.14 to 3.15 #134649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ What's New
----------

We have a comprehensive overview of the changes in the `What's New in Python
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We have a comprehensive overview of the changes in the `What's New in Python
We have a comprehensive overview of the changes in the `What's new in Python

I didn't modify the capitalization of the "New" here, although on https://docs.python.org/3.15/whatsnew/3.15.html, "new" is in lowercase

3.14 <https://docs.python.org/3.14/whatsnew/3.14.html>`_ document. For a more
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading