[Python-ideas] Cross-platform lockfile (was: Implementation of shutil.move)

David Townshend aquavitae69 at gmail.com
Sun Aug 14 09:26:42 CEST 2011


As far as I can make out, this package is designed to lock files from access
by different threads within a program by using a ".lock" file. I can't see
how this could lock a file from external modification.

On Sun, Aug 14, 2011 at 7:27 AM, Ben Finney <ben+python at benfinney.id.au>wrote:

> Devin Jeanpierre <jeanpierreda at gmail.com>
> writes:
>
> > As far as I am aware, locked files are impossible to do in a
> > cross-platform way
>
> The ‘lockfile’ library <URL:http://pypi.python.org/pypi/lockfile> is an
> attempt to implement cross-platform lockfile functionality.
>
> I would like that library to be part of the Python standard library, but
> I think the current maintainer (Skip Montanaro) no longer has the
> available time to get that done.
>
> Anyone care to work with me on getting ‘lockfile’ into the Python
> standard library?
>
> --
>  \                             “I'm a born-again atheist.” —Gore Vidal |
>  `\                                                                   |
> _o__)                                                                  |
> Ben Finney
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20110814/bd1be9ec/attachment.html>


More information about the Python-ideas mailing list