1- .. image :: https://www.python.org/static/community_logos/python-logo-master-v3-TM.png
2- :align: center
3- :alt: Python Logo
4- :width: 400px
5-
61This is Python version 3.16.0 alpha 0
72=====================================
83
94.. image :: https://github.com/python/cpython/actions/workflows/build.yml/badge.svg?branch=main&event=push
105 :alt: CPython build status on GitHub Actions
116 :target: https://github.com/python/cpython/actions
7+
128.. image :: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=main
139 :alt: CPython build status on Azure DevOps
1410 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main
11+
1512.. image :: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg
1613 :alt: Python Discourse chat
1714 :target: https://discuss.python.org/
1815
1916
20- **Copyright © 2001 Python Software Foundation. All rights reserved. **
21-
22- *See the end of this file for further copyright and license information. *
17+ Copyright © 2001 Python Software Foundation. All rights reserved.
2318
24- .. contents :: Table of Contents
25- :local:
26- :depth: 2
19+ See the end of this file for further copyright and license information.
2720
28- ----
21+ .. contents ::
2922
3023General Information
3124-------------------
@@ -52,14 +45,10 @@ Installable Python kits, and information about using Python, are available at
5245
5346.. _python.org : https://www.python.org/
5447
55- ----
56-
5748Build Instructions
5849------------------
5950
60- On Unix, Linux, BSD, macOS, and Cygwin:
61-
62- .. code-block :: shell
51+ On Unix, Linux, BSD, macOS, and Cygwin::
6352
6453 ./configure
6554 make
@@ -91,9 +80,7 @@ To build Windows installer, see `Tools/msi/README.txt
9180<https://github.com/python/cpython/blob/main/Tools/msi/README.txt> `_.
9281
9382If you wish, you can create a subdirectory and invoke configure from there.
94- For example:
95-
96- .. code-block :: shell
83+ For example::
9784
9885 mkdir debug
9986 cd debug
@@ -135,6 +122,7 @@ The final step is to build the actual interpreter, using the information
135122collected from the instrumented one. The end result will be a Python binary
136123that is optimized; suitable for distribution or production installation.
137124
125+
138126Link Time Optimization
139127^^^^^^^^^^^^^^^^^^^^^^
140128
@@ -143,7 +131,6 @@ ability of recent compiler toolchains to optimize across the otherwise
143131arbitrary ``.o `` file boundary when building final executables or shared
144132libraries for additional performance gains.
145133
146- ----
147134
148135What's New
149136----------
@@ -158,6 +145,7 @@ accounting of changes can only be gleaned from the `commit history
158145If you want to install multiple versions of Python, see the section below
159146entitled "Installing multiple versions".
160147
148+
161149Documentation
162150-------------
163151
@@ -172,7 +160,6 @@ formatting requirements.
172160For information about building Python's documentation, refer to `Doc/README.rst
173161<https://github.com/python/cpython/blob/main/Doc/README.rst> `_.
174162
175- ----
176163
177164Testing
178165-------
@@ -187,9 +174,7 @@ By default, tests are prevented from overusing resources like disk space and
187174memory. To enable these tests, run ``make buildbottest ``.
188175
189176If any tests fail, you can re-run the failing test(s) in verbose mode. For
190- example, if ``test_os `` and ``test_gdb `` failed, you can run:
191-
192- .. code-block :: shell
177+ example, if ``test_os `` and ``test_gdb `` failed, you can run::
193178
194179 make test TESTOPTS="-v test_os test_gdb"
195180
@@ -219,16 +204,17 @@ For example, if you want to install Python 2.7, 3.6, and 3.15 with 3.15 being th
219204primary version, you would execute ``make install `` in your 3.15 build directory
220205and ``make altinstall `` in the others.
221206
207+
222208Release Schedule
223209----------------
224210
225211See `PEP 826 <https://peps.python.org/pep-0826/ >`__ for Python 3.16 release details.
226212
227- ----
228213
229214Copyright and License Information
230215---------------------------------
231216
217+
232218Copyright © 2001 Python Software Foundation. All rights reserved.
233219
234220Copyright © 2000 BeOpen.com. All rights reserved.
0 commit comments