]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccura...
authorFang Li <fangli@users.noreply.github.com>
Sat, 30 May 2026 14:26:03 +0000 (07:26 -0700)
committerGitHub <noreply@github.com>
Sat, 30 May 2026 14:26:03 +0000 (14:26 +0000)
commit6ecd197c03c43412fc400235949fd8297f142e89
tree999db648b86513c0162effc5dfdf8811b0e95216
parent62a45fa91c64bd1e1ad46ed66c07b65a7971042e
gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccurate (GH-109507)

Nonatomic move might be used even if the files are
on the same filesystem in some cases.
Doc/library/shutil.rst
Lib/shutil.py
Misc/NEWS.d/next/Documentation/2023-09-16-23-42-27.gh-issue-109503.mZ-kdU.rst [new file with mode: 0644]