summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-13 07:32:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-13 07:32:16 -0400
commit9beb78c3c1ce99cab64e4b83162db9873ca785e5 (patch)
tree9cd2d4c7d91dd25b6a3736c9da5ad5a10e20652a
parente6ea0cbe7a9dbd4f2f8e6f853555dbd1505b0416 (diff)
downloadpython-coveragepy-git-9beb78c3c1ce99cab64e4b83162db9873ca785e5.tar.gz
I did this.
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 4de47b5c..83bf466b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,7 +6,7 @@ Coverage TODO
+ C extension collector
- bitvector in trace extension.
- Ignore certain modules
-- Record linenos rather than (file,lineno) pairs in tracer.
++ Record linenos rather than (file,lineno) pairs in tracer.
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