@@ -27,7 +27,7 @@ instructions please see the :ref:`setup guide <setup>`.
27
27
git clone https://github.com/<your_username>/cpython
28
28
cd cpython
29
29
30
- 3. Build Python, on UNIX and Mac OS use::
30
+ 3. Build Python, on UNIX and macOS use::
31
31
32
32
./configure --with-pydebug && make -j
33
33
@@ -40,13 +40,13 @@ instructions please see the :ref:`setup guide <setup>`.
40
40
See also :ref:`more detailed instructions <compiling>`,
41
41
:ref:`how to install and build dependencies <build-dependencies>`,
42
42
and the platform-specific pages for :ref:`UNIX <unix-compiling>`,
43
- :ref:`Mac OS <MacOS> `, and :ref:`Windows <windows-compiling>`.
43
+ :ref:`macOS `, and :ref:`Windows <windows-compiling>`.
44
44
45
45
4. :ref: `Run the tests <runtests >`::
46
46
47
47
./python -m test -j3
48
48
49
- On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
49
+ On :ref:`most <mac-python.exe>` macOS systems, replace :file:`./python`
50
50
with :file:`./python.exe`. On Windows, use :file:`python.bat`.
51
51
52
52
5. Create a new branch where your work for the issue will go, e.g.::
@@ -188,7 +188,6 @@ Key Resources
188
188
* Source code
189
189
* `Browse online <https://github.com/python/cpython/ >`_
190
190
* `Snapshot of the *main* branch <https://github.com/python/cpython/archive/main.zip >`_
191
- * `Daily OS X installer <https://buildbot.python.org/daily-dmg/ >`_
192
191
* PEPs _ (Python Enhancement Proposals)
193
192
* :ref: `help `
194
193
* :ref: `developers `
0 commit comments