STINNER Victor <victor.stin...@haypocalc.com> added the comment:

[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!

----------
Added file: http://bugs.python.org/file17603/atomic_move_file-windows.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8828>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to