diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-13 07:32:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-13 07:32:16 -0400 |
commit | 9beb78c3c1ce99cab64e4b83162db9873ca785e5 (patch) | |
tree | 9cd2d4c7d91dd25b6a3736c9da5ad5a10e20652a | |
parent | e6ea0cbe7a9dbd4f2f8e6f853555dbd1505b0416 (diff) | |
download | python-coveragepy-git-9beb78c3c1ce99cab64e4b83162db9873ca785e5.tar.gz |
I did this.
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|