File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ There are three ways of visualizing recent build results:
3838 https://code.google.com/archive/p/bbreport. Installing it is trivial: just add
3939 the directory containing ``bbreport.py `` to your system path so that
4040 you can run it from any filesystem location. For example, if you want
41- to display the latest build results on the development ("default ") branch,
41+ to display the latest build results on the development ("master ") branch,
4242 type::
4343
4444 bbreport.py -q 3.x
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Status of Python branches
8787+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
8888| Branch | Schedule | Status | First release | End-of-life | Comment |
8989+==================+==============+=============+================+================+============================================================================+
90- | master | :pep: `537 ` | features | *2018-06-15 * | *2023-06-15 * | The default branch is currently the future version Python 3.7. |
90+ | master | :pep: `537 ` | features | *2018-06-15 * | *2023-06-15 * | The master branch is currently the future version Python 3.7. |
9191+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
9292| 3.6 | :pep: `494 ` | bugfix | 2016-12-23 | *2021-12-23 * | `Most recent binary release: Python 3.6.3 |
9393| | | | | | <https://www.python.org/downloads/release/python-363/>`_ |
@@ -111,7 +111,7 @@ on python-dev (March 2017).
111111
112112Status:
113113
114- :features: new features are only added to the default branch, this branch
114+ :features: new features are only added to the master branch, this branch
115115 accepts any kind of change.
116116:bugfix: bugfixes and security fixes are accepted, new binaries are still
117117 released.
You can’t perform that action at this time.
0 commit comments