File locking

Alex Martelli aleax at aleax.it
Mon May 5 05:36:48 EDT 2003


Jason Miller wrote:

> Is there a portable (i.e. *nix, win32, mac) way to lock files in python?
> From what I know about these platforms it doesn't seem likely, but I
> figured I'd ask.

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65203

for *ix and win32, but I don't know how to generalize that to macs.


Alex





More information about the Python-list mailing list