diff options
author | xzmeng <aumo@foxmail.com> | 2023-10-31 16:14:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 16:14:27 (GMT) |
commit | cf3dbe4c3df40e2d4d572c62623207ce29a9365b (patch) | |
tree | 9009ac2cb916d35fd6da3b74582aa3fc6aa3c86e /Doc/library/posix.rst | |
parent | 52a5b5d276abb3f3101c0b75b67c1c3f8ee483fe (diff) | |
download | cpython-cf3dbe4c3df40e2d4d572c62623207ce29a9365b.zip cpython-cf3dbe4c3df40e2d4d572c62623207ce29a9365b.tar.gz cpython-cf3dbe4c3df40e2d4d572c62623207ce29a9365b.tar.bz2 |
gh-106861: Docs: Add availability directives to all Unix-only modules (#108975)
Diffstat (limited to 'Doc/library/posix.rst')
-rw-r--r-- | Doc/library/posix.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/posix.rst b/Doc/library/posix.rst index 0413f9d..5871574 100644 --- a/Doc/library/posix.rst +++ b/Doc/library/posix.rst @@ -11,6 +11,8 @@ This module provides access to operating system functionality that is standardized by the C Standard and the POSIX standard (a thinly disguised Unix interface). +.. availability:: Unix. + .. index:: pair: module; os **Do not import this module directly.** Instead, import the module :mod:`os`, |