]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document that `os.link()` is not available on Emscripten (GH-104822)
authorRoman Yurchak <rth.yurchak@gmail.com>
Wed, 26 Jul 2023 18:38:59 +0000 (18:38 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 18:38:59 +0000 (11:38 -0700)
Doc/library/os.rst

index bbf227aab649e2f013186fa27ea5fc24f1f84b1f..8b4e7649beacb9d83cb2a667bc2dba19a21e750d 100644 (file)
@@ -2150,7 +2150,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.