summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-02 11:14:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-02 11:14:28 -0500
commitf7e817bef94e2372008b82c9b4c9b75162c77c3e (patch)
tree657929fffe418331197169355d820718e03f0e0e
parentb4b8a1e1d263982eed48892be6c9bb82742489ae (diff)
downloadpython-coveragepy-f7e817bef94e2372008b82c9b4c9b75162c77c3e.tar.gz
Making a little progress
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index ebf9ad7..ca99056 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,7 +6,7 @@ Coverage TODO
- Profile the reporting code: it's REALLY slow.
- parser is doing some redundant work.
- while TRUE claims to be partial?
-- Analysis class should do rolling up of stats also.
++ Analysis class should do rolling up of stats also (actually Numbers)
- Update docs for --branch.