bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)

Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader <_@pxeger.com>
This commit is contained in:
Serhiy Storchaka 2021-09-22 20:33:36 +03:00 committed by GitHub
parent ecb6922ff2
commit 36122e1814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 69 additions and 69 deletions

View file

@ -656,7 +656,7 @@ conflict.
.. envvar:: PYTHONCASEOK
If this is set, Python ignores case in :keyword:`import` statements. This
only works on Windows and OS X.
only works on Windows and macOS.
.. envvar:: PYTHONDONTWRITEBYTECODE
@ -739,7 +739,7 @@ conflict.
If this environment variable is set, ``sys.argv[0]`` will be set to its
value instead of the value got through the C runtime. Only works on
Mac OS X.
macOS.
.. envvar:: PYTHONWARNINGS