File locking in Pythonwin?

Fredrik Lundh effbot at telia.com
Sun Mar 12 10:50:12 EST 2000


Michael Appelmans wrote:
> Is there a way I can use native file locking (byte range locking) on Win
> platform? We have some C apps that update a file and I would like to use
> Python to update the same file. To prevent contention I need to be able to
> lock and unlock the queue control record (first 128 bytes of the file).

http://www.deja.com/=dnc/getdoc.xp?AN=589808979

</F>





More information about the Python-list mailing list