]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:30 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Dec 2023 17:03:30 +0000 (19:03 +0200)
commitb8207711cefc3d8d3bcdf89731e780b4b8d517f3
tree142e4b10d2b1636a5e5d38df3dde8068ff277a06
parentb2ef35842cc846a40aa51ff9902ab5ce0dd844e7
[3.12] 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-113517)

(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]