-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-41203: Replace OS X with macOS #21316
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
Changes from 1 commit
1ecbddf
732f353
3c955c2
447925a
98dca78
04af2d3
c119eb6
721a670
a3b7b9b
b8fb110
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,7 +211,7 @@ The :mod:`binascii` module defines the following functions: | |
and 85. | ||
|
||
Module :mod:`binhex` | ||
Support for the binhex format used on the Macintosh. | ||
Support for the binhex format used on the Mac. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here, I'd prefer to keep Macintosh. |
||
|
||
Module :mod:`uu` | ||
Support for UU encoding used on Unix. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
-------------- | ||
|
||
This module encodes and decodes files in binhex4 format, a format allowing | ||
representation of Macintosh files in ASCII. Only the data fork is handled. | ||
representation of Mac files in ASCII. Only the data fork is handled. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above. |
||
|
||
The :mod:`binhex` module defines the following functions: | ||
|
||
|
@@ -54,6 +54,6 @@ Notes | |
There is an alternative, more powerful interface to the coder and decoder, see | ||
the source for details. | ||
|
||
If you code or decode textfiles on non-Macintosh platforms they will still use | ||
the old Macintosh newline convention (carriage-return as end of line). | ||
If you code or decode textfiles on non-Mac platforms they will still use | ||
the old Mac newline convention (carriage-return as end of line). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Likewise (for both lines). |
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ It starts by constructing up to four directories from a head and a tail part. | |
For the head part, it uses ``sys.prefix`` and ``sys.exec_prefix``; empty heads | ||
are skipped. For the tail part, it uses the empty string and then | ||
:file:`lib/site-packages` (on Windows) or | ||
:file:`lib/python{X.Y}/site-packages` (on Unix and Macintosh). For each | ||
:file:`lib/python{X.Y}/site-packages` (on Unix and Mac). For each | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. macOS |
||
of the distinct head-tail combinations, it sees if it refers to an existing | ||
directory, and if so, adds it to ``sys.path`` and also inspects the newly | ||
added path for configuration files. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ A physical line is a sequence of characters terminated by an end-of-line | |
sequence. In source files and strings, any of the standard platform line | ||
termination sequences can be used - the Unix form using ASCII LF (linefeed), | ||
the Windows form using the ASCII sequence CR LF (return followed by linefeed), | ||
or the old Macintosh form using the ASCII CR (return) character. All of these | ||
or the old Mac form using the ASCII CR (return) character. All of these | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd prefer to keep the name "Macintosh" here as well. |
||
forms can be used equally, regardless of platform. The end of input also serves | ||
as an implicit terminator for the final physical line. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
.. _using-on-mac: | ||
|
||
*************************** | ||
Using Python on a Macintosh | ||
Using Python on a Mac | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix lines before and after this line. Is Mac an official name of all computers running macOS? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The number of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to Wikipedia "Mac" is a correct name for modern Apple's computers. |
||
*************************** | ||
|
||
:Author: Bob Savage <bobsavage@mac.com> | ||
|
||
|
||
Python on a Macintosh running macOS is in principle very similar to Python on | ||
Python on a Mac running macOS is in principle very similar to Python on | ||
any other Unix platform, but there are a number of additional features such as | ||
the IDE and the Package Manager that are worth pointing out. | ||
|
||
|
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.
I'd prefer to keep Macintosh here. This is referring to MacOS 9 and earlier, when Macintosh was commonly used to describe the system.