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 neologix
Recipients barry, brett.cannon, christian.heimes, doko, ncoghlan, neologix, pitrou, python-dev, r.david.murray, vstinner
Date 2013-05-20.21:57:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369087027.27.0.153844699744.issue13146@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC, os.rename() will fail on Windows if the target file already exists.
That's why os.replace() was added.
History
Date User Action Args
2013-05-20 21:57:07neologixsetrecipients: + neologix, barry, brett.cannon, doko, ncoghlan, pitrou, vstinner, christian.heimes, r.david.murray, python-dev
2013-05-20 21:57:07neologixsetmessageid: <1369087027.27.0.153844699744.issue13146@psf.upfronthosting.co.za>
2013-05-20 21:57:07neologixlinkissue13146 messages
2013-05-20 21:57:07neologixcreate