summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-23 21:15:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-23 21:15:15 -0400
commit491f52f6acb7cc9ae8cbc3d2ef138eec758da38f (patch)
tree20ae5b50adac9a99786fbfb3c20a7274c603480f
parent61040a32e29c430f90a8547ab77bad4e0ab8621f (diff)
downloadpython-coveragepy-491f52f6acb7cc9ae8cbc3d2ef138eec758da38f.tar.gz
Remove the stuff that's done for v3.0
-rw-r--r--TODO.txt20
1 files changed, 1 insertions, 19 deletions
diff --git a/TODO.txt b/TODO.txt
index 8b3ed35..3e31ab3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,23 +1,5 @@
Coverage TODO
-* v3.0
-
-+ Windows kit.
- - Why doesn't setup.py install work? procmon to the rescue?
-+ Try installation on Ubuntu.
-+ Proper project layout.
-+ Code moved to bitbucket.
-
-+ Fix formatting of code in list items on nedbat.com
-+ Fix formatting of class and method names (no mono, bold)
-+ Add next/prev links to bottom of pages on docs.
-+ Finish writing (comments in index.rst)
-+ Fix references to code/modules/coverage
- + On site
- + In code
- + redirect the url to new place.
-
-
* 3.1
- Python 3.1 support.
@@ -62,7 +44,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Track callers of functions (ala std module trace)
- Method/Class/Module coverage reporting.
- .coverage files that can be kept separate, rather than accumulated.
-
+
* Convenience