1
1
This is Python version 3.11.0 alpha 1
2
2
=====================================
3
3
4
- .. image :: https://travis-ci.com/python/cpython.svg?branch=master
4
+ .. image :: https://travis-ci.com/python/cpython.svg?branch=main
5
5
:alt: CPython build status on Travis CI
6
6
:target: https://travis-ci.com/python/cpython
7
7
8
8
.. image :: https://github.com/python/cpython/workflows/Tests/badge.svg
9
9
:alt: CPython build status on GitHub Actions
10
10
:target: https://github.com/python/cpython/actions
11
11
12
- .. image :: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
12
+ .. image :: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=main
13
13
:alt: CPython build status on Azure DevOps
14
- :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
14
+ :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main
15
15
16
16
.. image :: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg
17
17
:alt: Python Discourse chat
@@ -75,10 +75,10 @@ dependencies for various Linux distributions and macOS.
75
75
76
76
On macOS, there are additional configure and build options related
77
77
to macOS framework and universal builds. Refer to `Mac/README.rst
78
- <https://github.com/python/cpython/blob/master /Mac/README.rst> `_.
78
+ <https://github.com/python/cpython/blob/main /Mac/README.rst> `_.
79
79
80
80
On Windows, see `PCbuild/readme.txt
81
- <https://github.com/python/cpython/blob/master /PCbuild/readme.txt> `_.
81
+ <https://github.com/python/cpython/blob/main /PCbuild/readme.txt> `_.
82
82
83
83
If you wish, you can create a subdirectory and invoke configure from there.
84
84
For example::
@@ -139,9 +139,9 @@ What's New
139
139
We have a comprehensive overview of the changes in the `What's New in Python
140
140
3.10 <https://docs.python.org/3.10/whatsnew/3.10.html> `_ document. For a more
141
141
detailed change log, read `Misc/NEWS
142
- <https://github.com/python/cpython/blob/master /Misc/NEWS.d> `_, but a full
142
+ <https://github.com/python/cpython/blob/main /Misc/NEWS.d> `_, but a full
143
143
accounting of changes can only be gleaned from the `commit history
144
- <https://github.com/python/cpython/commits/master > `_.
144
+ <https://github.com/python/cpython/commits/main > `_.
145
145
146
146
If you want to install multiple versions of Python, see the section below
147
147
entitled "Installing multiple versions".
@@ -159,7 +159,7 @@ is primarily for documentation authors, translators, and people with special
159
159
formatting requirements.
160
160
161
161
For information about building Python's documentation, refer to `Doc/README.rst
162
- <https://github.com/python/cpython/blob/master /Doc/README.rst> `_.
162
+ <https://github.com/python/cpython/blob/main /Doc/README.rst> `_.
163
163
164
164
165
165
Converting From Python 2.x to 3.x
@@ -255,7 +255,7 @@ rights reserved.
255
255
256
256
Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
257
257
258
- See the `LICENSE <https://github.com/python/cpython/blob/master /LICENSE >`_ for
258
+ See the `LICENSE <https://github.com/python/cpython/blob/main /LICENSE >`_ for
259
259
information on the history of this software, terms & conditions for usage, and a
260
260
DISCLAIMER OF ALL WARRANTIES.
261
261
0 commit comments