diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-15 21:48:42 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-15 21:48:42 -0400 |
commit | cd1f1da8c38435aa55fce7d39487417b3524ea79 (patch) | |
tree | 5bc0b80d845a0b9d38fe16e1e454e5552e16e984 | |
parent | a7bc330887c0346d9a854eaa4f2c0aaeaebfc471 (diff) | |
download | python-coveragepy-git-cd1f1da8c38435aa55fce7d39487417b3524ea79.tar.gz |
Always more to do.
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.
|