@@ -133,7 +133,7 @@ What's New
133
133
----------
134
134
135
135
We have a comprehensive overview of the changes in the `What's New in Python
136
- 3.10 <https://docs.python.org/3.10 /whatsnew/3.10 .html> `_ document. For a more
136
+ 3.11 <https://docs.python.org/3.11 /whatsnew/3.11 .html> `_ document. For a more
137
137
detailed change log, read `Misc/NEWS
138
138
<https://github.com/python/cpython/blob/main/Misc/NEWS.d> `_, but a full
139
139
accounting of changes can only be gleaned from the `commit history
@@ -146,7 +146,7 @@ entitled "Installing multiple versions".
146
146
Documentation
147
147
-------------
148
148
149
- `Documentation for Python 3.10 <https://docs.python.org/3.10 / >`_ is online,
149
+ `Documentation for Python 3.11 <https://docs.python.org/3.11 / >`_ is online,
150
150
updated daily.
151
151
152
152
It can also be downloaded in many formats for faster access. The documentation
@@ -205,8 +205,8 @@ intend to install multiple versions using the same prefix you must decide which
205
205
version (if any) is your "primary" version. Install that version using ``make
206
206
install ``. Install all other versions using ``make altinstall ``.
207
207
208
- For example, if you want to install Python 2.7, 3.6, and 3.10 with 3.10 being the
209
- primary version, you would execute ``make install `` in your 3.10 build directory
208
+ For example, if you want to install Python 2.7, 3.6, and 3.11 with 3.11 being the
209
+ primary version, you would execute ``make install `` in your 3.11 build directory
210
210
and ``make altinstall `` in the others.
211
211
212
212
0 commit comments