How to implement a file lock ??

Fredrik Lundh fredrik at pythonware.com
Tue Feb 15 04:26:42 EST 2005


"ionel" <ionel.mc at gmail.com> wrote:

> is there a cross-platform library or module for file locking?
> or at least a win32 implementation.

for windows, see the third example on this page:

    http://www.effbot.org/librarybook/msvcrt.htm

for unix, see:

    http://www.effbot.org/librarybook/fcntl.htm

</F> 






More information about the Python-list mailing list