Skip to content

Commit 25ebe25

Browse files
committed
Reverted to previous README
1 parent f5f9282 commit 25ebe25

1 file changed

Lines changed: 12 additions & 26 deletions

File tree

README.rst

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
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-
61
This 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

3023
General 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-
5748
Build 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

9382
If 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
135122
collected from the instrumented one. The end result will be a Python binary
136123
that is optimized; suitable for distribution or production installation.
137124

125+
138126
Link Time Optimization
139127
^^^^^^^^^^^^^^^^^^^^^^
140128

@@ -143,7 +131,6 @@ ability of recent compiler toolchains to optimize across the otherwise
143131
arbitrary ``.o`` file boundary when building final executables or shared
144132
libraries for additional performance gains.
145133

146-
----
147134

148135
What's New
149136
----------
@@ -158,6 +145,7 @@ accounting of changes can only be gleaned from the `commit history
158145
If you want to install multiple versions of Python, see the section below
159146
entitled "Installing multiple versions".
160147

148+
161149
Documentation
162150
-------------
163151

@@ -172,7 +160,6 @@ formatting requirements.
172160
For 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

177164
Testing
178165
-------
@@ -187,9 +174,7 @@ By default, tests are prevented from overusing resources like disk space and
187174
memory. To enable these tests, run ``make buildbottest``.
188175

189176
If 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
219204
primary version, you would execute ``make install`` in your 3.15 build directory
220205
and ``make altinstall`` in the others.
221206

207+
222208
Release Schedule
223209
----------------
224210

225211
See `PEP 826 <https://peps.python.org/pep-0826/>`__ for Python 3.16 release details.
226212

227-
----
228213

229214
Copyright and License Information
230215
---------------------------------
231216

217+
232218
Copyright © 2001 Python Software Foundation. All rights reserved.
233219

234220
Copyright © 2000 BeOpen.com. All rights reserved.

0 commit comments

Comments
 (0)