summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Seekins <john.seekins@oracle.com>2014-10-09 14:08:28 -0600
committerJohn Seekins <john.seekins@oracle.com>2014-10-09 14:08:28 -0600
commitf4321ce8c78b69fdab90ab340e0db93670f9b76b (patch)
tree11f5ae0ead413cb218667d42352117c2bc705906
parent934096975087364842a92decd1bae1611aa4a685 (diff)
downloadhappybase-f4321ce8c78b69fdab90ab340e0db93670f9b76b.tar.gz
Add 'version added'
-rw-r--r--happybase/connection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/happybase/connection.py b/happybase/connection.py
index 26ee2bd..bef45ab 100644
--- a/happybase/connection.py
+++ b/happybase/connection.py
@@ -81,6 +81,8 @@ class Connection(object):
process as well. TBinaryAccelerated is the default protocol that
happybase uses.
+ .. versionadded:: 0.9b
+ `protocol` argument
.. versionadded:: 0.5
`timeout` argument