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:
38
38
https://code.google.com/archive/p/bbreport. Installing it is trivial: just add
39
39
the directory containing ``bbreport.py `` to your system path so that
40
40
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,
42
42
type::
43
43
44
44
bbreport.py -q 3.x
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Status of Python branches
87
87
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
88
88
| Branch | Schedule | Status | First release | End-of-life | Comment |
89
89
+==================+==============+=============+================+================+============================================================================+
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. |
91
91
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
92
92
| 3.6 | :pep: `494 ` | bugfix | 2016-12-23 | *2021-12-23 * | `Most recent binary release: Python 3.6.3 |
93
93
| | | | | | <https://www.python.org/downloads/release/python-363/>`_ |
@@ -111,7 +111,7 @@ on python-dev (March 2017).
111
111
112
112
Status:
113
113
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
115
115
accepts any kind of change.
116
116
:bugfix: bugfixes and security fixes are accepted, new binaries are still
117
117
released.
You can’t perform that action at this time.
0 commit comments