diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-13 21:27:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-13 21:27:38 -0400 |
commit | 94f3cc6b880031ab3976275138fba03b771b2a6e (patch) | |
tree | 8f8b3997d64ecdd7900c391cb6f1df73db8e851e | |
parent | 8e9454c81ae484f6fdc9af33403a71c35dda193e (diff) | |
download | python-coveragepy-git-94f3cc6b880031ab3976275138fba03b771b2a6e.tar.gz |
Fix up an obsoleted function name in the TODO list.
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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...
|