mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
ecb6922ff2
commit
36122e1814
29 changed files with 69 additions and 69 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue