summaryrefslogtreecommitdiffstats
path: root/python/lockfile/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/lockfile/README')
-rw-r--r--python/lockfile/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/lockfile/README b/python/lockfile/README
deleted file mode 100644
index 83f170d7c8..0000000000
--- a/python/lockfile/README
+++ /dev/null
@@ -1,12 +0,0 @@
-The lockfile package exports a LockFile class which provides a simple
-API for locking files.
-
-Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock
-functions, and the deprecated posixfile module, the API is identical
-across both Unix (including Linux and Mac) and Windows platforms.
-
-This package is version 0.8 due to some API breakage in 0.9+
-
-To build for Python 3:
- # PYTHON=python3 ./lockfile.SlackBuild
-