summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-10 07:55:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-10 07:55:42 -0400
commit5497802a83efdee6fcec4873c595ad28f351ec15 (patch)
treeedea6ace7e269a4215fc09f2fb0fe19314f39c5f
parenta532e6376ddc07a0687f8edf76c818a2b7e655b6 (diff)
downloadpython-coveragepy-5497802a83efdee6fcec4873c595ad28f351ec15.tar.gz
Pretty standard: do the work, then a week later remember to update TODO.txt
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 37cd4ac..487de72 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,10 +2,10 @@ Coverage TODO
* v3.0 beta
-- Windows kit.
++ Windows kit.
- Why doesn't setup.py install work? procmon to the rescue?
-- Try installation on Ubuntu.
-- Proper project layout.
++ Try installation on Ubuntu.
++ Proper project layout.
+ Code moved to bitbucket.
- Investigate package over module installation.