]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:44 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 13:06:44 +0000 (16:06 +0300)
commit855839685dbd4b0376cdfa36df0b6c93164334c1
tree210a742af89bdbdbe3ae60ef3eea3c19a41bb9b8
parentc078637e8642783d90b33c6b983fa15ff29c24d6
[3.14] gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccurate (GH-109507) (GH-150612)

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]