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

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]