[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:
Miss Islington (bot) 2023-07-26 13:00:13 -07:00 committed by GitHub
parent cfa9f3b7cc
commit 35aa6b80a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.