https://github.com/python/cpython/commit/737d1da0746053d515158eac5b115e8bd813f6d3 commit: 737d1da0746053d515158eac5b115e8bd813f6d3 branch: main author: Roman Yurchak <rth.yurchak at gmail.com> committer: brettcannon <brett at python.org> date: 2023年07月26日T11:38:59-07:00 summary: Document that `os.link()` is not available on Emscripten (GH-104822) files: M Doc/library/os.rst diff --git a/Doc/library/os.rst b/Doc/library/os.rst index bbf227aab649e..8b4e7649beacb 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.