8000 gh-95155: Update "Using Python on a Mac" documentation (GH-95284) · python/cpython@d25ff1f · GitHub
[go: up one dir, main page]

Skip to content

Commit d25ff1f

Browse files
howiezhaoambv
andauthored
gh-95155: Update "Using Python on a Mac" documentation (GH-95284)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
1 parent 59e09ef commit d25ff1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/using/mac.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ the IDE and the Package Manager that are worth pointing out.
1717
Getting and Installing MacPython
1818
================================
1919

20-
macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
21-
are invited to install the most recent version of Python 3 from the Python
20+
macOS used to come with Python 2.7 pre-installed between versions
21+
10.8 and `12.3 <https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python>`_.
22+
You are invited to install the most recent version of Python 3 from the Python
2223
website (https://www.python.org). A current "universal binary" build of Python,
2324
which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
2425
there.
2526

2627
What you get after installing is a number of things:
2728

28-
* A :file:`Python 3.9` folder in your :file:`Applications` folder. In here
29+
* A :file:`Python 3.12` folder in your :file:`Applications` folder. In here
2930
you find IDLE, the development environment that is a standard part of official
3031
Python distributions; and PythonLauncher, which handles double-clicking Python
3132
scripts from the Finder.

0 commit comments

Comments
 (0)
0