]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-109503: Fix document for shutil.move() on usage of os.rename() since it...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2026 13:06:30 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 13:06:30 +0000 (16:06 +0300)
commit19e4b8f559e849d77c0544f0d79af4fb358f1ab5
treed9b475b1f4d516eb84b4aae1b2ecadd2da753ceb
parent3199f3ba29c3db9ff84147a228310a0408481d93
[3.15] gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccurate (GH-109507) (GH-150611)

Nonatomic move might be used even if the files are
on the same filesystem in some cases.
(cherry picked from commit 6ecd197c03c43412fc400235949fd8297f142e89)

Co-authored-by: Fang Li <fangli@users.noreply.github.com>
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]