1
1
This is Python version 3.9.0 beta 1
2
2
===================================
3
3
4
- .. image :: https://travis-ci.org/python/cpython.svg?branch=master
4
+ .. image :: https://travis-ci.org/python/cpython.svg?branch=3.9
5
5
:alt: CPython build status on Travis CI
6
6
:target: https://travis-ci.org/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=3.9
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=3.9
15
15
16
- .. image :: https://codecov.io/gh/python/cpython/branch/master /graph/badge.svg
16
+ .. image :: https://codecov.io/gh/python/cpython/branch/3.9 /graph/badge.svg
17
17
:alt: CPython code coverage on Codecov
18
18
:target: https://codecov.io/gh/python/cpython
19
19
@@ -79,10 +79,10 @@ dependencies for various Linux distributions and macOS.
79
79
80
80
On macOS, there are additional configure and build options related
81
81
to macOS framework and universal builds. Refer to `Mac/README.rst
82
- <https://github.com/python/cpython/blob/master /Mac/README.rst> `_.
82
+ <https://github.com/python/cpython/blob/3.9 /Mac/README.rst> `_.
83
83
84
84
On Windows, see `PCbuild/readme.txt
85
- <https://github.com/python/cpython/blob/master /PCbuild/readme.txt> `_.
85
+ <https://github.com/python/cpython/blob/3.9 /PCbuild/readme.txt> `_.
86
86
87
87
If you wish, you can create a subdirectory and invoke configure from there.
88
88
For example::
@@ -143,9 +143,9 @@ What's New
143
143
We have a comprehensive overview of the changes in the `What's New in Python
144
144
3.9 <https://docs.python.org/3.9/whatsnew/3.9.html> `_ document. For a more
145
145
detailed change log, read `Misc/NEWS
146
- <https://github.com/python/cpython/blob/master /Misc/NEWS.d> `_, but a full
146
+ <https://github.com/python/cpython/blob/3.9 /Misc/NEWS.d> `_, but a full
147
147
accounting of changes can only be gleaned from the `commit history
148
- <https://github.com/python/cpython/commits/master > `_.
148
+ <https://github.com/python/cpython/commits/3.9 > `_.
149
149
150
150
If you want to install multiple versions of Python, see the section below
151
151
entitled "Installing multiple versions".
@@ -163,7 +163,7 @@ is primarily for documentation authors, translators, and people with special
163
163
formatting requirements.
164
164
165
165
For information about building Python's documentation, refer to `Doc/README.rst
166
- <https://github.com/python/cpython/blob/master /Doc/README.rst> `_.
166
+ <https://github.com/python/cpython/blob/3.9 /Doc/README.rst> `_.
167
167
168
168
169
169
Converting From Python 2.x to 3.x
0 commit comments