]> granicus.if.org Git - python/commit
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Sat, 4 May 2019 15:27:10 +0000 (11:27 -0400)
committerAntoine Pitrou <antoine@python.org>
Sat, 4 May 2019 15:27:10 +0000 (17:27 +0200)
commit6b5b013bcc22a27d6231c2796882e44ddb42be67
tree3542414369283f216bb25a02f99ddea67180519e
parentf0900199d53df97bd792ac5a1678f8c477f117bb
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
Doc/library/pathlib.rst
Doc/whatsnew/3.8.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2019-04-28-01-52-39.bpo-26978.Lpm-SI.rst [new file with mode: 0644]