diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 13:31:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 13:31:16 -0400 |
commit | 05b312f6e80476ce2c0781771f3ac7c3408782b3 (patch) | |
tree | 0902f2081f67f877f7d388b0bcedda5a65f542af | |
parent | c3c3a5ccb1eea62e4c9f3b2a8d7fb139ce91575a (diff) | |
download | python-coveragepy-git-05b312f6e80476ce2c0781771f3ac7c3408782b3.tar.gz |
Track things to do
-rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ Key: * 4.0 - What defaults should change? - - --source = . ? + x --source = . ? x --branch = True ? - Remove 2.3, 2.4, 2.5 limitations @@ -43,8 +43,8 @@ Key: - cov.config["run:branch"] api - "added in 4.0" + Remove code only run on <2.6 -- Change data file to json -- Create data api ++ Change data file to json ++ Create data api + gevent, etc. + Remove the old command-line syntax + A pain, b/c of the structure of the tests. |