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 | f7e817bef94e2372008b82c9b4c9b75162c77c3e (patch) | |
tree | 657929fffe418331197169355d820718e03f0e0e | |
parent | b4b8a1e1d263982eed48892be6c9bb82742489ae (diff) | |
download | python-coveragepy-f7e817bef94e2372008b82c9b4c9b75162c77c3e.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.
|