]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)
authorToke Høiland-Jørgensen <toke@toke.dk>
Sun, 17 Nov 2019 17:06:38 +0000 (18:06 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Nov 2019 17:06:38 +0000 (19:06 +0200)
commit111772fc27cfe388bc060f019d68a3e33481ec65
tree6cca77de7fdb6a298552815a4a2816f8ceb643dc
parent645005e947c13c4a0706310a2a46112bf63cadc0
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)

Fix also the Path.symplink() method implementation for the case when
symlinks are not supported.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2019-11-15-18-06-04.bpo-38811.AmdQ6M.rst [new file with mode: 0644]