summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index f1981d5..567a259 100644
--- a/README.rst
+++ b/README.rst
@@ -10,16 +10,3 @@ Documentation
=============
Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/
-
-To do
-=====
-
-- change API for list app to expect a sequence of dictionaries?
-- unicode output for python 2 (incompatible with csv?)
-- create a few example commands that use a sqlite database to show how
- to manage transactions
-- switch setup/teardown functions in app to use some sort of context
- manager?
-- add options to csv formatter to control output (delimiter, etc.)
-- option to spit out bash completion data
-- prettytable doesn't work under python3 (http://code.google.com/p/prettytable/issues/detail?id=7)