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 barneygale
Recipients barneygale
Date 2020-03-13.00:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584060605.38.0.95953512485.issue39950@roundup.psfhosted.org>
In-reply-to
Content
Per bpo-39291, the argument order for `pathlib.Path.link_to()` is inconsistent with `symlink_to()` and its own documentation.

This ticket covers adding a new `hardlink_to()` method with the correct argument order, and deprecating `link_to()`.

Discussion on python-dev: https://mail.python.org/archives/list/python-dev@python.org/thread/7QPLYW36ZK6QTW4SV4FI6C343KYWCPAT/
History
Date User Action Args
2020-03-13 00:50:05barneygalesetrecipients: + barneygale
2020-03-13 00:50:05barneygalesetmessageid: <1584060605.38.0.95953512485.issue39950@roundup.psfhosted.org>
2020-03-13 00:50:05barneygalelinkissue39950 messages
2020-03-13 00:50:05barneygalecreate