Skip to content

Commit 0e3d6da

Browse files
committed
Add availability markers in docs
1 parent c8568d0 commit 0e3d6da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4602,7 +4602,7 @@ written in Python, such as a mail server's external command delivery program.
46024602

46034603
See the :manpage:`pidfd_open(2)` man page for more details.
46044604

4605-
.. availability:: Linux >= 5.3
4605+
.. availability:: Linux >= 5.3, Android >= :func:`build-time <sys.getandroidapilevel>` API level 31
46064606
.. versionadded:: 3.9
46074607

46084608
.. data:: PIDFD_NONBLOCK

Doc/library/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The :mod:`signal` module defines the following functions:
411411

412412
See the :manpage:`pidfd_send_signal(2)` man page for more information.
413413

414-
.. availability:: Linux >= 5.1
414+
.. availability:: Linux >= 5.1, Android >= :func:`build-time <sys.getandroidapilevel>` API level 31
415415
.. versionadded:: 3.9
416416

417417

0 commit comments

Comments
 (0)