From 199b654511cd41bd314dd3516f55e017978cc3b9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 11 Mar 2009 16:25:27 -0400 Subject: Keep the TODO up to date. --- TODO.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 487de721..294833c9 100644 --- a/TODO.txt +++ b/TODO.txt @@ -14,7 +14,8 @@ Coverage TODO + C extension collector - Ignore certain modules -- Tricky swapping of collector like figleaf, pycov, et al. +x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do + this with C collector). - Seems like there should be a faster way to manage all the line number sets in CodeAnalyzer.raw_analyze. - If tracing, canonical_filename_cache overlaps with should_trace_cache. Skip @@ -63,7 +64,7 @@ Coverage TODO - Bare "except:" lines now count as executable code. - Double function decorators: all decorator lines count as executable code. + Be sure --help text is complete (-i is missing). -- Host the project somewhere with a real bug tracker, google code I guess. ++ Host the project somewhere with a real bug tracker: bitbucket.org - Point discussion to TIP - PEP 8 compliance? -- cgit v1.2.1