summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-06-09 19:33:57 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-06-09 19:33:57 -0700
commit2a7154008df06dac3ca5aebb4c89751ec6a1b74c (patch)
tree8af8aa7fe6bb58c04592ee2efcdee4d46bc2bcbf
parent6205177b348d899d29eca6760566db51c300ed20 (diff)
downloadhappybase-2a7154008df06dac3ca5aebb4c89751ec6a1b74c.tar.gz
Updating TODO to reflect Py3 support in Thrift.
-rw-r--r--TODO.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.rst b/TODO.rst
index 9c57ec7..4ecc68c 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -17,5 +17,8 @@ future, depending on time, demand, and technical possibilities.
becomes mainstream, and expose more of the underlying features nicely in the
HappyBase API.
-* Python 3 support. This would be trivial for HappyBase, but the underlying
- Thrift library needs to be Python 3 compatible first.
+* Python 3 support. This would be trivial for HappyBase, now that the
+ underlying Thrift library is Python 3 compatible. `Track`_ this
+ issue online.
+
+.. _Track: https://github.com/wbolster/happybase/issues/40