summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-13 21:27:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-13 21:27:38 -0400
commit94f3cc6b880031ab3976275138fba03b771b2a6e (patch)
tree8f8b3997d64ecdd7900c391cb6f1df73db8e851e
parent8e9454c81ae484f6fdc9af33403a71c35dda193e (diff)
downloadpython-coveragepy-git-94f3cc6b880031ab3976275138fba03b771b2a6e.tar.gz
Fix up an obsoleted function name in the TODO list.
-rw-r--r--TODO.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index c9329998..803cff3d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,7 +7,6 @@ Coverage TODO
+ Try installation on Ubuntu.
+ Proper project layout.
+ Code moved to bitbucket.
-- Investigate package over module installation.
* Speed
@@ -17,7 +16,7 @@ Coverage TODO
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.
+ CodeParser.raw_parse.
- If tracing, canonical_filename_cache overlaps with should_trace_cache. Skip
canonical_filename_cache. Maybe it isn't even worth it...