Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit432432b

Browse files
[3.14]gh-141127: Clarify os.symlink() documentation for argument order (GH-141144) (#141278)
gh-141127: Clarify os.symlink() documentation for argument order (GH-141144)(cherry picked from commit7ae440f)Co-authored-by: Chilla Kalyan <127284726+chillakalyan@users.noreply.github.com>
1 parentd8a2b8a commit432432b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎Doc/library/os.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3505,6 +3505,9 @@ features:
35053505

35063506
Create a symbolic link pointing to *src* named *dst*.
35073507

3508+
The *src* parameter refers to the target of the link (the file or directory being linked to),
3509+
and *dst* is the name of the link being created.
3510+
35083511
On Windows, a symlink represents either a file or a directory, and does not
35093512
morph to the target dynamically. If the target is present, the type of the
35103513
symlink will be created to match. Otherwise, the symlink will be created

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp