This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients docs@python, eryksun, paul.moore, stephan, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-02-25.12:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614257218.63.0.44984741237.issue28356@roundup.psfhosted.org>
In-reply-to
Content
The documentation of os.rename() should mention that on Windows the "operation will fail if src and dst are on different filesystems". For POSIX, instead of "will" it says "may", but the failure is a certainty in Windows since MOVEFILE_COPY_ALLOWED isn't used.
History
Date User Action Args
2021-02-25 12:46:58eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, docs@python, zach.ware, steve.dower, stephan
2021-02-25 12:46:58eryksunsetmessageid: <1614257218.63.0.44984741237.issue28356@roundup.psfhosted.org>
2021-02-25 12:46:58eryksunlinkissue28356 messages
2021-02-25 12:46:58eryksuncreate