summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-28 08:13:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-28 08:13:20 -0400
commit9587cb624baae9852593a26b0ff5beaf73ad24d9 (patch)
tree7aec8795c0dfc6625aa5767e9620515b9fd6d949
parentf656161b0bb37794a32d7be7ece0b275d1cfd863 (diff)
downloadpython-coveragepy-git-9587cb624baae9852593a26b0ff5beaf73ad24d9.tar.gz
Todo
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 2cf09338..5dbce645 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -86,6 +86,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Changes from coverage 2.x:
- Bare "except:" lines now count as executable code.
- Double function decorators: all decorator lines count as executable code.
+ - Document the .coverage file format.
+ Be sure --help text is complete (-i is missing).
+ Host the project somewhere with a real bug tracker: bitbucket.org
- Point discussion to TIP