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 vstinner
Recipients paul.moore, stephan, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-10-04.13:52:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475589164.81.0.62364142178.issue28356@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, on Linux rename() also fails if src and dst are on two different filesystems: OSError: [Errno 18] Invalid cross-device link.

By the way, the Python document doesn't say anything about operation on two different filesystems :-/
https://docs.python.org/dev/library/os.html#os.rename
History
Date User Action Args
2016-10-04 13:52:44vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, stephan
2016-10-04 13:52:44vstinnersetmessageid: <1475589164.81.0.62364142178.issue28356@psf.upfronthosting.co.za>
2016-10-04 13:52:44vstinnerlinkissue28356 messages
2016-10-04 13:52:44vstinnercreate