Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35aa6b8

Browse files
miss-islingtonrth
andauthored
[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 737d1da) Co-authored-by: Roman Yurchak <[email protected]>
1 parent cfa9f3b commit 35aa6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ features:
20362036

20372037
.. audit-event:: os.link src,dst,src_dir_fd,dst_dir_fd os.link
20382038

2039-
.. availability:: Unix, Windows.
2039+
.. availability:: Unix, Windows, not Emscripten.
20402040

20412041
.. versionchanged:: 3.2
20422042
Added Windows support.

0 commit comments

Comments
 (0)