summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-13 21:31:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-13 21:31:10 -0400
commitb693824211b564fd1746950a4ddd0602eb942bf1 (patch)
tree96c25e3f4731c21b439473f9fb98737242fea752 /TODO.txt
parentc00cdf3ed55fb6922476d931362ebca053716a4f (diff)
downloadpython-coveragepy-git-b693824211b564fd1746950a4ddd0602eb942bf1.tar.gz
Record stuff I'm not doing now so I can do it later.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 040933c8..cb33ac65 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -100,8 +100,8 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
* Community
-- New docs, rather than pointing to Gareth's
- - Min python version is 2.3.
++ New docs, rather than pointing to Gareth's
+ + Min python version is 2.3.
- Three phases of work:
- Collection
- Analysis
@@ -114,11 +114,14 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Bare "except:" lines now count as executable code.
- Double function decorators: all decorator lines count as executable code.
- Document the .coverage file format.
- - HTML reporting.
+ + HTML reporting.
+ Be sure --help text is complete (-i is missing).
+ Host the project somewhere with a real bug tracker: bitbucket.org
-- Point discussion to TIP
++ Point discussion to TIP
- PEP 8 compliance?
+- References between pages are off:
+ - They have <em> tags around them.
+ - They use #anchors that don't survive the px->html conversion.
* Programmability