commit | bcc136ba892e62078a67ad0ca0b34072ec9c88aa | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@python.org> | Wed Apr 22 04:27:13 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Apr 22 04:27:13 2020 -0400 |
tree | be5e0c898ce410494d61425db9f42b44dc8bbb54 | |
parent | b310700976524b4b99ee319c947ca40468716fc9 [diff] |
bpo-38329: python.org macOS installers now update Current symlink (GH-19650) Previously, python.org macOS installers did not alter the Current version symlink in /Library/Frameworks/Python.framework/Versions when installing a version of Python 3.x, only when installing 2.x. Now that Python 2 is retired, it's time to change that. This should make it a bit easier to embed Python 3 into other macOS applications.