summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-11 16:25:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-11 16:25:27 -0400
commit199b654511cd41bd314dd3516f55e017978cc3b9 (patch)
tree1f194e753e9a6e5c6c0bdb6037d1c36e383d35a7
parentcccaed7af852537dcef86565e4af0a684e06a990 (diff)
downloadpython-coveragepy-git-199b654511cd41bd314dd3516f55e017978cc3b9.tar.gz
Keep the TODO up to date.
-rw-r--r--TODO.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 487de721..294833c9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,7 +14,8 @@ Coverage TODO
+ C extension collector
- Ignore certain modules
-- Tricky swapping of collector like figleaf, pycov, et al.
+x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ this with C collector).
- Seems like there should be a faster way to manage all the line number sets in
CodeAnalyzer.raw_analyze.
- If tracing, canonical_filename_cache overlaps with should_trace_cache. Skip
@@ -63,7 +64,7 @@ Coverage TODO
- Bare "except:" lines now count as executable code.
- Double function decorators: all decorator lines count as executable code.
+ Be sure --help text is complete (-i is missing).
-- Host the project somewhere with a real bug tracker, google code I guess.
++ Host the project somewhere with a real bug tracker: bitbucket.org
- Point discussion to TIP
- PEP 8 compliance?