10000 [3.12] Document that `os.link()` is not available on Emscripten (GH-1… · python/cpython@58af565 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58af565

Browse files
miss-islingtonrth
andauthored
[3.12] Document that os.link() is not available on Emscripten (GH-104822) (GH-107308)
Document that `os.link()` is not available on Emscripten (GH-104822) (cherry picked from commit 737d1da) Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
1 parent da2097d commit 58af565

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
@@ -2150,7 +2150,7 @@ features:
21502150

21512151
.. audit-event:: os.link src,dst,src_dir_fd,dst_dir_fd os.link
21522152

2153-
.. availability:: Unix, Windows.
2153+
.. availability:: Unix, Windows, not Emscripten.
21542154

21552155
.. versionchanged:: 3.2
21562156
Added Windows support.

0 commit comments

Comments
 (0)
0