]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986)
authorThomas Kowalski <thom.kowa@gmail.com>
Sat, 6 Jun 2026 10:04:23 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 10:04:23 +0000 (13:04 +0300)
commitfab449bddbc4ff03677d49448cf6ea1f9d6a319f
treefd9e86c868145059dbb96ee5d223746319a6c547
parentb18b6a49c6f8c2172cf2bed366302064db1298b1
gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986)
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]