]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26791: Update shutil.move() to provide the same symlink move behavior as the...
authorJeffrey Kintscher <49998481+websurfer5@users.noreply.github.com>
Wed, 27 Dec 2023 16:23:42 +0000 (08:23 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Dec 2023 16:23:42 +0000 (16:23 +0000)
commitc66b577d9f7a11ffab57985fd6fb22e9dfd4f245
tree9f1f83c16e016d6d4b6d4025d596c109318f27a5
parent1b19d7376818d14ab865fa22cb66baeacdb88277
bpo-26791: Update shutil.move() to provide the same symlink move behavior as the mv shell when moving a symlink into a directory that is the target of the symlink (GH-21759)
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Library/2020-08-06-14-43-55.bpo-26791.KxoEfO.rst [new file with mode: 0644]