diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 08:56:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 08:56:57 -0500 |
commit | 7b22a67863996bc00248645c69dd3f37ef1a8926 (patch) | |
tree | 5f808cbc42c874a5724d15b75bc10adbf1822979 | |
parent | f8aeaee83f1591b3bc524f8880c858f18da4a2fd (diff) | |
download | python-coveragepy-git-7b22a67863996bc00248645c69dd3f37ef1a8926.tar.gz |
Keep todo up-to-date
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ Key: - What defaults should change? - --source = . ? - - --branch = True ? + x --branch = True ? - Remove 2.3, 2.4, 2.5 limitations + set, sorted, reversed, rpartition @@ -28,7 +28,7 @@ Key: + we can use "except ExcClass as e:" - Clean up plugins -- Make reports use filenames, not module names ++ Make reports use filenames, not module names - implement plugin support in CTracer - remove plugin support from PyTracer - documentation |