diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-02 11:14:28 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-02 11:14:28 -0500 |
commit | 15f20f7acec31d11e6aac28469f24da1dd48758f (patch) | |
tree | 0940f77d34d5b2651f1bfa7c8e32401a9ea317ea | |
parent | f6bc21ddee35703d80914d245f06ee5ce594eb97 (diff) | |
download | python-coveragepy-git-15f20f7acec31d11e6aac28469f24da1dd48758f.tar.gz |
Making a little progress
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.
|