summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-06-21 19:58:34 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2013-06-21 19:58:34 +0200
commit437989cab7c6d35e80cce8fa29cf321e6426129d (patch)
treee4c58fdc118df43204953fda9eb832a78c9cad2c
parent11f6d13f14d8e7c38527d9d02e71de1e1bdb964c (diff)
downloadhappybase-437989cab7c6d35e80cce8fa29cf321e6426129d.tar.gz
Add note about Python 3 to TODO list
-rw-r--r--TODO.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
index 3178e84..9c57ec7 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -16,3 +16,6 @@ future, depending on time, demand, and technical possibilities.
* Port HappyBase over to the (still experimental) HBase Thrift2 API when it
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.