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 stephan
Recipients eryksun, paul.moore, stephan, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-10-04.14:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475590502.09.0.130277046503.issue28356@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I tryed os.replace() as replacement for os.rename() too,
but as you said it does not work if the files are on different drives.

For now I switched to shutil.move() but I suppose its not
as performant/optimal as an "move" or "rename" directly supported
by the OS.
History
Date User Action Args
2016-10-04 14:15:02stephansetrecipients: + stephan, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower
2016-10-04 14:15:02stephansetmessageid: <1475590502.09.0.130277046503.issue28356@psf.upfronthosting.co.za>
2016-10-04 14:15:02stephanlinkissue28356 messages
2016-10-04 14:15:01stephancreate