From c470029ba744109d6de843fc3a96a76edbd909b9 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Wed, 27 Jul 2016 19:09:40 +0200 Subject: [PATCH] Remove Python 3 support from todo list --- TODO.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO.rst b/TODO.rst index 4ecc68c..3178e84 100644 --- a/TODO.rst +++ b/TODO.rst @@ -16,9 +16,3 @@ 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, now that the - underlying Thrift library is Python 3 compatible. `Track`_ this - issue online. - -.. _Track: https://github.com/wbolster/happybase/issues/40