@@ -126,7 +126,7 @@ process and user.
126
126
127
127
.. note ::
128
128
129
- On some platforms, including FreeBSD and Mac OS X , setting ``environ `` may
129
+ On some platforms, including FreeBSD and macOS , setting ``environ `` may
130
130
cause memory leaks. Refer to the system documentation for
131
131
:c:func: `putenv `.
132
132
@@ -301,7 +301,7 @@ process and user.
301
301
302
302
.. note ::
303
303
304
- On Mac OS X , :func: `getgroups ` behavior differs somewhat from
304
+ On macOS , :func: `getgroups ` behavior differs somewhat from
305
305
other Unix platforms. If the Python interpreter was built with a
306
306
deployment target of :const: `10.5 ` or earlier, :func: `getgroups ` returns
307
307
the list of effective group ids associated with the current user process;
@@ -448,7 +448,7 @@ process and user.
448
448
449
449
.. note ::
450
450
451
- On some platforms, including FreeBSD and Mac OS X , setting ``environ `` may
451
+ On some platforms, including FreeBSD and macOS , setting ``environ `` may
452
452
cause memory leaks. Refer to the system documentation for :c:func: `putenv `.
453
453
454
454
.. audit-event :: os.putenv key,value os.putenv
@@ -486,7 +486,7 @@ process and user.
486
486
487
487
.. availability :: Unix.
488
488
489
- .. note :: On Mac OS X , the length of *groups* may not exceed the
489
+ .. note :: On macOS , the length of *groups* may not exceed the
490
490
system-defined maximum number of effective group ids, typically 16.
491
491
See the documentation for :func: `getgroups ` for cases where it may not
492
492
return the same group list set by calling setgroups().
@@ -1280,11 +1280,11 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
1280
1280
On Linux, if *offset * is given as ``None ``, the bytes are read from the
1281
1281
current position of *in_fd * and the position of *in_fd * is updated.
1282
1282
1283
- The second case may be used on Mac OS X and FreeBSD where *headers * and
1283
+ The second case may be used on macOS and FreeBSD where *headers * and
1284
1284
*trailers * are arbitrary sequences of buffers that are written before and
1285
1285
after the data from *in_fd * is written. It returns the same as the first case.
1286
1286
1287
- On Mac OS X and FreeBSD, a value of ``0 `` for *count * specifies to send until
1287
+ On macOS and FreeBSD, a value of ``0 `` for *count * specifies to send until
1288
1288
the end of *in_fd * is reached.
1289
1289
1290
1290
All platforms support sockets as *out_fd * file descriptor, and some platforms
0 commit comments