]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107309)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jul 2023 20:00:13 +0000 (13:00 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 20:00:13 +0000 (13:00 -0700)
Document that `os.link()` is not available on Emscripten (GH-104822)
(cherry picked from commit 737d1da0746053d515158eac5b115e8bd813f6d3)

Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Doc/library/os.rst

index dcb4e7d3ab259bc4c5da4ecf94ab1ed36d7a2095..56e34a3df87612a26b63f7918c86f088bc3542b9 100644 (file)
@@ -2036,7 +2036,7 @@ features:
 
    .. audit-event:: os.link src,dst,src_dir_fd,dst_dir_fd os.link
 
-   .. availability:: Unix, Windows.
+   .. availability:: Unix, Windows, not Emscripten.
 
    .. versionchanged:: 3.2
       Added Windows support.