From 3cfb50d9241752ac4034fd82a82436ccda6deab3 Mon Sep 17 00:00:00 2001 From: howiezhao Date: Tue, 26 Jul 2022 21:48:07 +0800 Subject: [PATCH 1/3] docs: update using-python-on-a-mac documentation --- Doc/using/mac.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index f7db038430b6d3..223c5fbb5da577 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -17,7 +17,8 @@ the IDE and the Package Manager that are worth pointing out. Getting and Installing MacPython ================================ -macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you +macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. +And Python 2.7 has been removed since version 12.3, but Python 3 remains. If you wish, you are invited to install the most recent version of Python 3 from the Python website (https://www.python.org). A current "universal binary" build of Python, which runs natively on the Mac's new Intel and legacy PPC CPU's, is available From 57c55d0d7f8133350d2a9c082491e0b7f8005a76 Mon Sep 17 00:00:00 2001 From: howiezhao Date: Sun, 31 Jul 2022 10:25:13 +0800 Subject: [PATCH 2/3] docs: remove "Python 3 remains" --- Doc/using/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 223c5fbb5da577..3a793c5c0a5de4 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -18,7 +18,7 @@ Getting and Installing MacPython ================================ macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. -And Python 2.7 has been removed since version 12.3, but Python 3 remains. If you wish, you +And Python 2.7 has been removed since version 12.3. If you wish, you are invited to install the most recent version of Python 3 from the Python website (https://www.python.org). A current "universal binary" build of Python, which runs natively on the Mac's new Intel and legacy PPC CPU's, is available From 628e1dbbe0b68e3faf09bf758896e81cfc652483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Sat, 6 Aug 2022 18:14:52 +0200 Subject: [PATCH 3/3] Reword message --- Doc/using/mac.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 3a793c5c0a5de4..97c801819a8a6e 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -17,16 +17,16 @@ the IDE and the Package Manager that are worth pointing out. Getting and Installing MacPython ================================ -macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. -And Python 2.7 has been removed since version 12.3. If you wish, you -are invited to install the most recent version of Python 3 from the Python +macOS used to come with Python 2.7 pre-installed between versions +10.8 and `12.3 `_. +You are invited to install the most recent version of Python 3 from the Python website (https://www.python.org). A current "universal binary" build of Python, which runs natively on the Mac's new Intel and legacy PPC CPU's, is available there. What you get after installing is a number of things: -* A :file:`Python 3.9` folder in your :file:`Applications` folder. In here +* A :file:`Python 3.12` folder in your :file:`Applications` folder. In here you find IDLE, the development environment that is a standard part of official Python distributions; and PythonLauncher, which handles double-clicking Python scripts from the Finder.