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 r.david.murray
Recipients Trundle, draghuram, eric.araujo, giampaolo.rodola, neologix, pitrou, r.david.murray, tarek, techtonik, vstinner
Date 2011-12-23.15:39:06
SpamBayes Score 8.111219e-06
Marked as misclassified No
Message-id <1324654747.17.0.989918755432.issue8828@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see, people may be depending on rename on Windows not overwriting.

I suppose a new function (and eventually deprecating the old?) would be the most straightforward way forward, though I dislike the necessity :)

An alternative might be a flag on rename: overwrite=['always', 'os_default'], with a warning and a switch of the default in a subsequent release.  That's ugly too, of course.  The existing per-platform variation in behavior of rename gives us a mess to deal with.
History
Date User Action Args
2011-12-23 15:39:07r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, draghuram, techtonik, giampaolo.rodola, tarek, eric.araujo, Trundle, neologix
2011-12-23 15:39:07r.david.murraysetmessageid: <1324654747.17.0.989918755432.issue8828@psf.upfronthosting.co.za>
2011-12-23 15:39:06r.david.murraylinkissue8828 messages
2011-12-23 15:39:06r.david.murraycreate