From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:00:13 +0000 (-0700) Subject: [3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107309) X-Git-Tag: v3.11.5~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35aa6b80a6018ea12ea54dfb97da46b70c1cc81e;p=thirdparty%2FPython%2Fcpython.git [3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107309) Document that `os.link()` is not available on Emscripten (GH-104822) (cherry picked from commit 737d1da0746053d515158eac5b115e8bd813f6d3) Co-authored-by: Roman Yurchak --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index dcb4e7d3ab25..56e34a3df876 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.