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 bignose, eryksun, ethan.furman, georg.brandl, gumnos, r.david.murray, serhiy.storchaka
Date 2017-05-01.13:22:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493644937.98.0.783337555107.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
For Windows, use os.replace instead of os.rename, which will replace the destination file if it exists. However, a request to replace an existing file will be denied access if the file is currently open. Unlinking an open file isn't allowed, even if it's open with delete sharing.
History
Date User Action Args
2017-05-01 13:22:18eryksunsetrecipients: + eryksun, georg.brandl, gumnos, r.david.murray, ethan.furman, bignose, serhiy.storchaka
2017-05-01 13:22:17eryksunsetmessageid: <1493644937.98.0.783337555107.issue26362@psf.upfronthosting.co.za>
2017-05-01 13:22:17eryksunlinkissue26362 messages
2017-05-01 13:22:17eryksuncreate