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 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:22vstinnersetrecipients: + vstinner, pitrou, draghuram, techtonik, giampaolo.rodola, tarek, r.david.murray, Trundle
2010-06-09 22:46:21vstinnersetmessageid: <1276123581.83.0.525381899307.issue8828@psf.upfronthosting.co.za>
2010-06-09 22:46:20vstinnerlinkissue8828 messages
2010-06-09 22:46:20vstinnercreate