summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2015-06-10 10:26:07 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2015-06-10 10:26:07 +0200
commit8963486da67aa0056326ed52191007f8c47354f5 (patch)
tree8af8aa7fe6bb58c04592ee2efcdee4d46bc2bcbf
parent6205177b348d899d29eca6760566db51c300ed20 (diff)
parent2a7154008df06dac3ca5aebb4c89751ec6a1b74c (diff)
downloadhappybase-8963486da67aa0056326ed52191007f8c47354f5.tar.gz
Merge pull request #95 from dhermes/update-todo-re-py3
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