@@ -194,7 +194,7 @@ process and user.
194
194
195
195
.. note ::
196
196
197
- On some platforms, including FreeBSD and Mac OS X , setting ``environ `` may
197
+ On some platforms, including FreeBSD and macOS , setting ``environ `` may
198
198
cause memory leaks. Refer to the system documentation for
199
199
:c:func: `putenv `.
200
200
@@ -369,7 +369,7 @@ process and user.
369
369
370
370
.. note ::
371
371
372
- On Mac OS X , :func: `getgroups ` behavior differs somewhat from
372
+ On macOS , :func: `getgroups ` behavior differs somewhat from
373
373
other Unix platforms. If the Python interpreter was built with a
374
374
deployment target of :const: `10.5 ` or earlier, :func: `getgroups ` returns
375
375
the list of effective group ids associated with the current user process;
@@ -516,7 +516,7 @@ process and user.
516
516
517
517
.. note ::
518
518
519
- On some platforms, including FreeBSD and Mac OS X , setting ``environ `` may
519
+ On some platforms, including FreeBSD and macOS , setting ``environ `` may
520
520
cause memory leaks. Refer to the system documentation for :c:func: `putenv `.
521
521
522
522
.. audit-event :: os.putenv key,value os.putenv
@@ -554,7 +554,7 @@ process and user.
554
554
555
555
.. availability :: Unix.
556
556
557
- .. note :: On Mac OS X , the length of *groups* may not exceed the
557
+ .. note :: On macOS , the length of *groups* may not exceed the
558
558
system-defined maximum number of effective group ids, typically 16.
559
559
See the documentation for :func: `getgroups ` for cases where it may not
560
560
return the same group list set by calling setgroups().
@@ -1379,11 +1379,11 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
1379
1379
On Linux, if *offset * is given as ``None ``, the bytes are read from the
1380
1380
current position of *in_fd * and the position of *in_fd * is updated.
1381
1381
1382
- The second case may be used on Mac OS X and FreeBSD where *headers * and
1382
+ The second case may be used on macOS and FreeBSD where *headers * and
1383
1383
*trailers * are arbitrary sequences of buffers that are written before and
1384
1384
after the data from *in_fd * is written. It returns the same as the first case.
1385
1385
1386
- On Mac OS X and FreeBSD, a value of ``0 `` for *count * specifies to send until
1386
+ On macOS and FreeBSD, a value of ``0 `` for *count * specifies to send until
1387
1387
the end of *in_fd * is reached.
1388
1388
1389
1389
All platforms support sockets as *out_fd * file descriptor, and some platforms
0 commit comments