Skip to content

Commit c2bc751

Browse files
committed
A few more hg "default" to git "master" refs
1 parent 3b1dfec commit c2bc751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildbots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

112112
Status:
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.

0 commit comments

Comments
 (0)