summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-01 19:04:21 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-01 19:04:21 -0400
commit69324f49d857aec18553f5ee5ac7b5d81f37ea0f (patch)
treecea00a88bc0e8409c458718ab400d53f434ce5e0 /README.rst
parent50160162eead655755ebe71537a40a384a37fa53 (diff)
downloadcliff-69324f49d857aec18553f5ee5ac7b5d81f37ea0f.tar.gz
move todo list to github issues
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)