]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 May 2021 22:35:44 +0000 (15:35 -0700)
committerGitHub <noreply@github.com>
Sun, 16 May 2021 22:35:44 +0000 (15:35 -0700)
commitb913f47e87f788e705716ae037ee9f68b4265e69
treece4edab457c4e726ea4f330d85a20cc831edad6d
parent68b79f75c535724eb526ed68ad7a73c8cb7956b1
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155) (GH-26178)

(cherry picked from commit 1a08c5ac49b748d5e4e4b508d22d3804e3cd4dcc)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Lib/pathlib.py
Lib/test/test_pathlib.py