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 pitrou
Recipients cool-RR, pitrou, shura_zam, xtreak
Date 2018-11-30.17:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543597550.24.0.788709270274.issue28608@psf.upfronthosting.co.za>
In-reply-to
Content
Since Path already supports symlinking, it would be reasonable to add hardlinking (e.g. as `Path.link_to`).  But as you said one may as well call `os.link(path1, path2)`.
History
Date User Action Args
2018-11-30 17:05:50pitrousetrecipients: + pitrou, shura_zam, cool-RR, xtreak
2018-11-30 17:05:50pitrousetmessageid: <1543597550.24.0.788709270274.issue28608@psf.upfronthosting.co.za>
2018-11-30 17:05:50pitroulinkissue28608 messages
2018-11-30 17:05:50pitroucreate