summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-11-25 09:25:43 -0500
committerDavanum Srinivas <davanum@gmail.com>2015-11-25 09:25:43 -0500
commitc8798cedfbc4d738c99977a07cde2de54687ac6c (patch)
tree4f699026da8578467926eb793e5903dffc1e7fcd
parent41573b58479fefecff97977c4bbc47f285082aad (diff)
downloadlockfile-c8798cedfbc4d738c99977a07cde2de54687ac6c.tar.gz
Add warning to README.rst0.12.2
Change-Id: I567f067949d0af1c462c074cc982ef7c943ef4cd
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0bb27e5..a439f10 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,9 @@
+Note: This package is **deprecated**. It is highly preferred that instead of
+using this code base that instead `fasteners`_ or `oslo.concurrency`_ is
+used instead. For any questions or comments or further help needed
+please email `openstack-dev`_ and prefix your email subject
+with ``[oslo][pylockfile]`` (for a faster response).
+
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