Package python-module-lockfile: Information

    Source package: python-module-lockfile
    Version: 0.8-alt1
    Build time:  Feb 3, 2010, 03:14 AM
    Report package bug
    License: MIT
    Summary: A platform-independent file locking module
    Description: 
    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.

    List of rpms provided by this srpm:
    python-module-lockfile (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. python-devel

    Last changed


    Feb. 3, 2010 Vitaly Lipatov 0.8-alt1
    - initial build for ALT Linux Sisyphus
    July 23, 2009 Silas Sewell <silas@sewell.ch> - 0.8-1
    - Initial build.