Skip to content

Commit

Permalink
[3.12] Document that os.link() is not available on Emscripten (GH-1…
Browse files Browse the repository at this point in the history
…04822) (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>
  • Loading branch information
miss-islington and rth authored Jul 26, 2023
1 parent da2097d commit 58af565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58af565

Please sign in to comment.