]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:32 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 10:29:32 +0000 (13:29 +0300)
commit73f91885871388a97b679766d128286336b839a9
treefff7addb8c57679c7813968741a01844ee2114b3
parent6a40e1c8d00882724f91a03348951d6b19e3ac37
[3.13] gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986) (GH-151011)

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