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:52:34
SpamBayes Score 0.03242181
Marked as misclassified No
Message-id <1276123956.01.0.973687045781.issue8828@psf.upfronthosting.co.za>
In-reply-to
Content
[atomic_move_file-windows.py]: implementation of atomic_move_file() for Windows, depends on CreateTransaction() and MoveFileTransacted(), only available on Windows Vista, Windows Server 2008, or more recent version. This function *is* atomic.

This function is also able to rename a directory!
History
Date User Action Args
2010-06-09 22:52:36vstinnersetrecipients: + vstinner, pitrou, draghuram, techtonik, giampaolo.rodola, tarek, r.david.murray, Trundle
2010-06-09 22:52:36vstinnersetmessageid: <1276123956.01.0.973687045781.issue8828@psf.upfronthosting.co.za>
2010-06-09 22:52:34vstinnerlinkissue8828 messages
2010-06-09 22:52:34vstinnercreate