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
commit15f20f7acec31d11e6aac28469f24da1dd48758f (patch)
tree0940f77d34d5b2651f1bfa7c8e32401a9ea317ea
parentf6bc21ddee35703d80914d245f06ee5ce594eb97 (diff)
downloadpython-coveragepy-git-15f20f7acec31d11e6aac28469f24da1dd48758f.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 ebf9ad79..ca99056d 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.