mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
[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 737d1da074
)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
This commit is contained in:
parent
cfa9f3b7cc
commit
35aa6b80a6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue