Public bug reported:

file locking library for Python

The ‘lockfile’ module exports a ‘FileLock’ class which provides a simple
API for locking files.

Other back ends are possible with the same semantics; an example
‘SQLiteFileLock’ class is included, that uses an SQLite database for the
lock implementation.

Unlike other Python locking libraries (the Windows ‘msvcrt.locking’
function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated
‘posixfile’ module), the API is identical across both Unix (including
GNU/Linux and MacOS) and Windows platforms.

http://packages.debian.org/sid/python-lockfile

** Affects: python-lockfile (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Please merge python-lockfile from debian
https://bugs.launchpad.net/bugs/387383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to