]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jun 2026 10:30:48 +0000 (12:30 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 10:30:48 +0000 (10:30 +0000)
commita5ac7212de6eb59c37d2ea2ed4a78747cda55980
tree7c8b7da9a4905c4d33b86c743890407af79a1a64
parentd12f86092476dd1ed93f2de78989b1871a606c0a
[3.14] gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986) (GH-151010)

(cherry picked from commit fab449bddbc4ff03677d49448cf6ea1f9d6a319f)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Security/2026-05-18-17-46-00.gh-issue-149835.EebFlk.rst [new file with mode: 0644]