summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholascharriere@gmail.com>2016-12-08 18:43:30 -0800
committerGitHub <noreply@github.com>2016-12-08 18:43:30 -0800
commitfb0cd5ea3377da795d618d5bc209bbe1b8544ac9 (patch)
tree29ea91101f07e658afea42d65fb479127c06c25b
parente7b99addd64dc9c2fbbd39416bcc6337ff8395b8 (diff)
parentadad0594148c6b44a52877228980e3b1c86399f0 (diff)
downloadpymemcache-fb0cd5ea3377da795d618d5bc209bbe1b8544ac9.tar.gz
Merge pull request #134 from ewdurbin/incompat
remove suggestion to use python-clandestined
-rw-r--r--pymemcache/client/hash.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pymemcache/client/hash.py b/pymemcache/client/hash.py
index 946608d..1845bff 100644
--- a/pymemcache/client/hash.py
+++ b/pymemcache/client/hash.py
@@ -54,11 +54,6 @@ class HashClient(object):
Further arguments are interpreted as for :py:class:`.Client`
constructor.
-
- The default ``hasher`` is using a pure python implementation that can
- be significantly improved performance wise by switching to a C based
- version. We recommend using ``python-clandestined`` if having a C
- dependency is acceptable.
"""
self.clients = {}
self.retry_attempts = retry_attempts