-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-35213: Where appropriate, use 'macOS' in idlelib. #10478
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
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.
Hi @terryjreedy
I found some occurrences of OS X
in Doc/library/idle.rst
and in these files:
Lib/idlelib/NEWS.txt
Lib/idlelib/NEWS2x.txt
Lib/idlelib/config.py
Lib/idlelib/editor.py
Lib/idlelib/help.html
Lib/idlelib/macosx.py
Lib/idlelib/mainmenu.py
Lib/idlelib/pyshell.py
Doc/library/idle.rst
the current Mac keyset is named 'IDLE Classic OSX'.
@matrixise Thank you for the search. I made changes in idle.rst (help.html) and config.py, though I am not completely sure of the latter. I explained non-changes in a post to the issue and asked Ned Deily a few questions. |
@terryjreedy: Please replace |
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
(cherry picked from commit b65413b) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-10559 is a backport of this pull request to the 3.7 branch. |
GH-10560 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit b65413b) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
https://bugs.python.org/issue35213