[issue28356] [easy doc] Document os.rename() behavior on Windows when src and dst are on different filesystems
Change by Ryan Ozawa : -- pull_requests: +25912 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/27376 ___ Python tracker <https://bugs.python.org/issu
[issue28356] [easy doc] Document os.rename() behavior on Windows when src and dst are on different filesystems
Ryan Ozawa added the comment: Hi all, This is my first issue so feedback is welcome. Following @vstinner 's suggestions: > * os.rename() can fail if source and destination are on two different file systems > * Use shutil.move() to support move to a different directory And fr