-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-95155: Update "Using Python on a Mac" documentation #95284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Doc/using/mac.rst
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's also not entirely correct. Python 3 is only available if you install Apple's developer tools.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you are right, let me update it.
Thanks @howiezhao for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-95742 is a backport of this pull request to the 3.11 branch. |
GH-95743 is a backport of this pull request to the 3.10 branch. |
…H-95284) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
macOS has removed Python 2.7 since version 12.3, so the documentation needs to be updated accordingly.