]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-26791: Update shutil.move() to provide the same symlink move behavior...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Dec 2023 17:03:45 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Dec 2023 17:03:45 +0000 (19:03 +0200)
commit54927cd21a891f9318e8d02d73503e213b87df34
tree67ba738a14730510bcb10e56afc2645265883dc9
parenta1f0118a26aece915b213cd2e3cbecee71943b8e
[3.11] 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) (GH-113518)

(cherry picked from commit c66b577d9f7a11ffab57985fd6fb22e9dfd4f245)

Co-authored-by: Jeffrey Kintscher <49998481+websurfer5@users.noreply.github.com>
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]