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 barry
Recipients barry, brett.cannon, christian.heimes, doko, ncoghlan, neologix, pitrou, python-dev, r.david.murray, vstinner
Date 2013-05-20.22:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130520180000.302d24f6@anarchist>
In-reply-to <1369087027.27.0.153844699744.issue13146@psf.upfronthosting.co.za>
Content
On May 20, 2013, at 09:57 PM, Charles-François Natali wrote:

>IIRC, os.rename() will fail on Windows if the target file already exists.
>That's why os.replace() was added.

Ah, that's probably a more serious blocker for adding it to upstream Python.
Not so for fixing it in Debian/Ubuntu though!
History
Date User Action Args
2013-05-20 22:00:02barrysetrecipients: + barry, brett.cannon, doko, ncoghlan, pitrou, vstinner, christian.heimes, r.david.murray, neologix, python-dev
2013-05-20 22:00:02barrylinkissue13146 messages
2013-05-20 22:00:02barrycreate