Skip to content

"Using Python on Mac" page is outdated #93987

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

Closed
pradyunsg opened this issue Jun 18, 2022 · 4 comments
Closed

"Using Python on Mac" page is outdated #93987

pradyunsg opened this issue Jun 18, 2022 · 4 comments
Labels
docs Documentation in the Doc dir

Comments

@pradyunsg
Copy link
Member

Coming from https://mail.python.org/archives/list/docs@python.org/thread/XEMCNFIXKCFZKIWV5GRLFFJZCWWK3FYQ/

The "Using Python on Mac" documentation page (Doc/using/mac.rst) is significantly out of date and has various issues arising out of this:

  • It mentions that macOS comes with Python 2.7 by default, but that it was removed in 12.3
  • It discusses universal binaries (used during the PowerPC -> Intel transition) but not the universal2 binaries (the ongoing Intel -> ARM transition).
  • It consistently refers to "MacPython", which seems to be the historical name used? It's likely clearer to say Python on macOS today, so that's likely a worthwhile update.
  • It refers to IDLE as "IDE". :)
  • It suggests doing python setup.py install, something that the setuptools developers actively discourage and want users to move away from.
@pradyunsg pradyunsg added the docs Documentation in the Doc dir label Jun 18, 2022
@pradyunsg
Copy link
Member Author

Those all seem to be about the building of CPython on macOS. This is a separate page, intended for “how to use Python on macOS”.

@ezio-melotti
Copy link
Member

ezio-melotti commented Jun 19, 2022

It seems there are at least 3 files related to macOS:

  1. https://github.com/python/cpython/blob/3.10/Doc/using/mac.rst
  2. https://github.com/python/cpython/blob/3.10/Mac/README.rst
  3. https://github.com/python/devguide/blob/main/setup.rst#macos-and-os-x

The third file was recently updated (by some of the issues I linked) with information that might (or might not) be relevant. One of those issues also suggested to update the second file (python/devguide#453). This issue is about the first file, but since there might be some overlapping between these files, it would be good to compare and update all of them, possibly in separate issues.

@hugovk
Copy link
Member

hugovk commented Apr 6, 2024

"Using Python on a Mac" (Doc/using/mac.rst) was recently updated in #115024 and #117059.

I think we can close this now.

@hugovk hugovk closed this as completed Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

3 participants