Subject: CVS commit: wip/py-lockfile
From: Kamel Derouiche
Date: 2009-07-05 00:38:25
Message id: E1MNDsW-0004op-Dp@ddv4jf1.ch3.sourceforge.com

Log Message:
Import py25-lockfile-0.8 as wip/py-lockfile.

The lockfile module exports a FileLock class which provides a simple
API for locking files.  Unlike the Windows msvcrt.locking function,
the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module,
the API is identical across both Unix (including Linux and Mac) and
Windows platforms.  The lock mechanism relies on the atomic nature of
the link (on Unix) and mkdir (on Windows) system calls


Files:
RevisionActionfile
1.1importwip/py-lockfile/distinfo
1.1importwip/py-lockfile/Makefile
1.1importwip/py-lockfile/PLIST
1.1importwip/py-lockfile/DESCR