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.16:22:24
SpamBayes Score 1.439669e-06
Marked as misclassified No
Message-id <1324657345.3.0.348606871931.issue8828@psf.upfronthosting.co.za>
In-reply-to
Content
I'm good with None/True, but that would imply that for posix rename we'll need to implement the overwrite=False option...which would be a nice thing (the shell mv command has -i for that).

I think a warning would be good, because a unix programmer will assume rename will work the same on windows as it does on posix, and vice versa for a windows programmer.  I suppose the fact that we haven't gotten many (any?) complaints about it means it isn't that common a problem, though, so I don't feel strongly about it.
History
Date User Action Args
2011-12-23 16:22:25r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, draghuram, techtonik, giampaolo.rodola, tarek, eric.araujo, Trundle, neologix
2011-12-23 16:22:25r.david.murraysetmessageid: <1324657345.3.0.348606871931.issue8828@psf.upfronthosting.co.za>
2011-12-23 16:22:24r.david.murraylinkissue8828 messages
2011-12-23 16:22:24r.david.murraycreate