This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients docs@python, krey, steven.daprano
Date 2021-08-05.10:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20210805102539.GP10582@ando.pearwood.info>
In-reply-to <1628157720.63.0.819069565612.issue44837@roundup.psfhosted.org>
Content
Order of arguments for ln:

    ln -s SOURCE DESTINATION

Order of arguments for os.symlink:

    os.symlink(SOURCE, DESTINATION)

They are exactly the same order.

> Everywhere else I've seen, arrows (or directed edges in a graph) point as
> SOURCE -> TARGET
> SOURCE -> DESTINATION

The source doesn't point to the symlink. The symlink points to the 
source.
History
Date User Action Args
2021-08-05 10:26:25steven.dapranosetrecipients: + steven.daprano, docs@python, krey
2021-08-05 10:26:25steven.dapranolinkissue44837 messages
2021-08-05 10:26:25steven.dapranocreate