Document that `os.link()` is not available on Emscripten (GH-104822)

This commit is contained in:
Roman Yurchak 2023-07-26 18:38:59 +00:00 committed by GitHub
parent 87b39028e5
commit 737d1da074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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