]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:29:57 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 10:29:57 +0000 (10:29 +0000)
commit0a2e7af44bba26265ba9932fd9637bf1954d1806
tree8c6f0577a07443d3805d927726bec0d4958cd331
parent934ae3ed153bc01ac44d43c5ad0fc3e01027f98f
[3.15] gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986) (GH-151009)

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