Message 107433 - Python tracker (original) (raw)

Message107433

Author vstinner
Recipients Trundle, draghuram, giampaolo.rodola, pitrou, r.david.murray, tarek, techtonik, vstinner
Date 2010-06-09.22:46:20
SpamBayes Score 0.0015586709
Marked as misclassified No
Message-id 1276123581.83.0.525381899307.issue8828@psf.upfronthosting.co.za
In-reply-to
Content
About the function names: - shutil.atomic_move_file(): only available on some OS - shutil.move_file(): use shutil.atomic_move_file() if available, or fall back to a best effort implementation Implement an atomic function to rename a directory is more complex and should be done in another issue. That's why I added "_file" suffix.
History
Date User Action Args
2010-06-09 22:46:22 vstinner set recipients: + vstinner, pitrou, draghuram, techtonik, giampaolo.rodola, tarek, r.david.murray, Trundle
2010-06-09 22:46:21 vstinner set messageid: 1276123581.83.0.525381899307.issue8828@psf.upfronthosting.co.za
2010-06-09 22:46:20 vstinner link issue8828 messages
2010-06-09 22:46:20 vstinner create