summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-15 21:48:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-15 21:48:42 -0400
commitcd1f1da8c38435aa55fce7d39487417b3524ea79 (patch)
tree5bc0b80d845a0b9d38fe16e1e454e5552e16e984
parenta7bc330887c0346d9a854eaa4f2c0aaeaebfc471 (diff)
downloadpython-coveragepy-git-cd1f1da8c38435aa55fce7d39487417b3524ea79.tar.gz
Always more to do.
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index c732abb9..ff0c9376 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -87,6 +87,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ Get rid of the basestring protection
+ Use enumerate
+ Use sets instead of dicts
+- Switch from getopt to optparse.
- Get rid of the recursive nonsense.
- Docstrings.
+ Remove huge document-style comments.