summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-28 21:09:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-28 21:09:49 -0400
commit6f30b57ac2c3587847195683e523b80ee279eaf5 (patch)
tree908b37af2c96fbef3f230d663b9f727f642541a8
parented4668dd87f187f953bde83d23e0094716f3a46b (diff)
downloadpython-coveragepy-6f30b57ac2c3587847195683e523b80ee279eaf5.tar.gz
Lists for finishing 3.0
-rw-r--r--TODO.txt10
-rw-r--r--doc/index.rst1
2 files changed, 10 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 2fea35f..fab81c8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,6 +1,6 @@
Coverage TODO
-* v3.0 beta
+* v3.0
+ Windows kit.
- Why doesn't setup.py install work? procmon to the rescue?
@@ -8,6 +8,14 @@ Coverage TODO
+ 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
+ - redirect the url to new place.
+
* 3.1
diff --git a/doc/index.rst b/doc/index.rst
index 48c56c5..555635c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -65,6 +65,7 @@ More information
changes
+.. ez_install installation instructions.
.. FAQ
.. Why do unexecutable lines show up as executed?
.. Why do the bodies of fns show as executed, but the def lines do not?